TRUE if the task was cancelled FALSE if the task was already cancelled
the delay before initially starting the task
the time stamp in nanoseconds when the next task will be started
a barrier that is set once the task is cancelled
the recurring delay between the task executions
A trait for a task that after the initial delay expires, is repeatedly started with a specified period in the background. This will continue until the task is cancelled or a failure occurs.