For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: TimerWaitStateDetails

type TimerWaitStateDetails = BaseWaitStateDetails & object;

Type Declaration

dueDate

dueDate: number | null;

When the timer is due, as a UNIX epoch timestamp in milliseconds.

repetitions

repetitions: number | null;

The number of remaining timer repetitions (-1 for infinite, 0 for non-repeating).

waitStateType

waitStateType: string;

The wait state type discriminator.