SchedulingState
SchedulingState
Contains information about the runtime state of the schedule.
JSON Example
{
"inRetryMode": false,
"retryCounter": 0,
"allowedFailuresCounter": 0
}
boolean
inRetryMode
Optional
Indicates that the scheduled behavior failed and it will be retried, on success this property will be reset to false.
integer As int32 As int32
retryCounter
Optional
Tracks the number of times the behavior has been retried.
integer As int32 As int32
allowedFailuresCounter
Optional
Tracks the number of times the behavior failed, this is global counter, which means it's not being reset after a successful retry.