API reference@evolu/commonTask › RepeatAttempt

Defined in: packages/common/src/Task.ts:2088

Info passed to repeat RepeatOptions.onRepeat callback.

Extends

Properties

attempt

readonly attempt: number & Brand<"Int"> & Brand<"NonNegative"> & Brand<"Positive">;

Defined in: packages/common/src/Schedule.ts:78

The current attempt.

Inherited from

ScheduleStep.attempt


delay

readonly delay: number & Brand<"Int"> & Brand<"NonNegative"> & Brand<"LessThan281474976710655"> & Brand<"Millis">;

Defined in: packages/common/src/Schedule.ts:84

Delay before this step executes.

Inherited from

ScheduleStep.delay


output

readonly output: Output;

Defined in: packages/common/src/Schedule.ts:81

Output from the Schedule step.

Inherited from

ScheduleStep.output


value

readonly value: T;

Defined in: packages/common/src/Task.ts:2089