Record -
task
: TimerConfiguration
Configurations related to a Timer
Fields
- intervalInMillis int
-
Timer interval (in Milliseconds), which triggers the onTrigger() resource.
- initialDelayInMillis int
-
Delay (in Milliseconds) after which the timer will run.
- noOfRecurrences int
-
Number of times to trigger the task, after which the task stops running.