Companion
object Companion
Functions
Link copied to clipboard
An action that indicates the scheduler should cancel the task, meaning it can never be executed again.
Link copied to clipboard
An action that indicates the scheduler should pause the task, meaning it will not execute until it is explicitly resumed with Task.resume.
Link copied to clipboard
An action that indicates the scheduler should schedule the task for execution in the given amount of time.
Link copied to clipboard
An action that indicates the scheduler should schedule the task when the given future is complete.