Module dash.utility.tasks
Defines methods for scheduling tasks with different conditions for executing.
Functions
Name | Description |
---|---|
cancelTask
|
Cancels the given task from executing. |
executeTasks
|
Executes all scheduled tasks. |
resetTasks
|
Cancels all running tasks. |
scheduleDelayedTask
|
Schedule a task to be execuated after the specified amount of time. |
scheduleInterpolateTask
|
Schedule a task to interpolate a value over a period of time. |
scheduleInterpolateTask
|
Schedule a task to interpolate a property over a period of time. |
scheduleIntervaledTask
|
Schedule a task to be executed on an interval , until the task returns true.
|
scheduleIntervaledTask
|
Schedule a task to be executed on an interval a given number of times.
|
scheduleIntervaledTask
|
Schedule a task to be executed on an interval a given number of times, or until the event returns true.
|
scheduleTask
|
Schedule a task to be executed until it returns true. |
scheduleTimedTask
|
Schedule a task to be executed until the duration expires.
|