Skip to main content

Interface: IDoBackoff

coresdk.activity_result.IDoBackoff

Properties of a DoBackoff.

Hierarchy

Properties

attempt

Optional attempt: null | number

The attempt number that lang should provide when scheduling the retry. If the LA failed on attempt 4 and we told lang to back off with a timer, this number will be 5.

Inherited from

$Properties.attempt


backoffDuration

Optional backoffDuration: null | $Properties

DoBackoff backoffDuration

Inherited from

$Properties.backoffDuration


originalScheduleTime

Optional originalScheduleTime: null | $Properties

The time the first attempt of this local activity was scheduled. Must be passed with attempt to the retry LA.

Inherited from

$Properties.originalScheduleTime