ScheduledTaskEvent

interface ScheduledTaskEvent

exported from runtime.d

Properties

Property

Type

Description

instanceId

string | null

Instance ID supplied to weeble.tasks.runAt(…) , or null for recurring tasks.

missedRuns

number

Number of intervening recurring occurrences that were skipped, not separately delivered.

name

string

Task name registered in code.

payload

JsonObject

Payload supplied to runAt , or an empty object for recurring tasks.

runId

string

Unique run ID for this attempt.

scheduledAt

string

UTC time this run was scheduled for, as an ISO string.

startedAt

string

UTC time this run started, as an ISO string.