vertx / io.vertx.reactivex.core / Vertx / cancelTimer

cancelTimer

open fun cancelTimer(id: Long): Boolean

Cancels the timer with the specified id.

Parameters

id - The id of the timer to cancel

Return
true if the timer was successfully cancelled, or false if the timer does not exist.