Interface JobExecutionsChangedEvent

Sent whenever a job execution is added to or removed from the list of pending job executions for a thing.

Hierarchy

  • JobExecutionsChangedEvent

Properties

Properties

jobs?: {
    [key: string]: JobExecutionSummary[];
}

Map from JobStatus to a list of Jobs transitioning to that status.

Type declaration

timestamp?: Date

The time when the message was sent.

Generated using TypeDoc