Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 802 Bytes

QueueJobEvent.md

File metadata and controls

24 lines (17 loc) · 802 Bytes

QueueJobEvent

Represents an event for queue job

Properties

Name Type Required Description
action Action The action that was taken on the queue job
time string The time the action was taken on the queue job

Action

The action that was taken on the queue job

Properties

Name Type Required Description
CREATED string "created"
STARTED string "started"
SUCCEEDED string "succeeded"
CANCELLED string "cancelled"
FAILED string "failed"