ScheduledTaskEvent
- interface ScheduledTaskEvent
exported from
runtime.d
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Instance ID supplied to weeble.tasks.runAt(…) , or null for recurring tasks. |
|
|
Number of intervening recurring occurrences that were skipped, not separately delivered. |
|
|
Task name registered in code. |
|
|
Payload supplied to runAt , or an empty object for recurring tasks. |
|
|
Unique run ID for this attempt. |
|
|
UTC time this run was scheduled for, as an ISO string. |
|
|
UTC time this run started, as an ISO string. |