Record - task : TimerConfiguration

Configurations related to a Timer

Fields

  • interval int
  • Timer interval (in Milliseconds), which triggers the onTrigger() resource.

  • initialDelay 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.