TaskSchedule
gears.async.TaskSchedule
enum TaskSchedule
TaskSchedule describes the way in which a task should be repeated. Tasks can be set to run for example every 100 milliseconds or repeated as long as they fail. maxRepetitions
describes the maximum amount of repetitions allowed, after that regardless of TaskSchedule chosen, the task is not repeated anymore and the last returned value is returned. maxRepetitions
equal to zero means that repetitions can go on potentially forever.
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article