Interface: ICallbackInfo
Properties of a CallbackInfo.
Hierarchy
-
↳
ICallbackInfo
Properties
attempt
• Optional attempt: null | number
The number of attempts made to deliver the callback. This number represents a minimum bound since the attempt is incremented after the callback request completes.
Inherited from
blockedReason
• Optional blockedReason: null | string
If the state is BLOCKED, blocked reason provides additional information.
Inherited from
callback
• Optional callback: null | $Properties
Information on how this callback should be invoked (e.g. its URL and type).
Inherited from
lastAttemptCompleteTime
• Optional lastAttemptCompleteTime: null | $Properties
The time when the last attempt completed.
Inherited from
$Properties.lastAttemptCompleteTime
lastAttemptFailure
• Optional lastAttemptFailure: null | $Properties
The last attempt's failure, if any.
Inherited from
$Properties.lastAttemptFailure
nextAttemptScheduleTime
• Optional nextAttemptScheduleTime: null | $Properties
The time when the next attempt is scheduled.
Inherited from
$Properties.nextAttemptScheduleTime
registrationTime
• Optional registrationTime: null | $Properties
The time when the callback was registered.
Inherited from
state
• Optional state: null | CallbackState
The current state of the callback.