Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 695 Bytes

Queue.md

File metadata and controls

19 lines (12 loc) · 695 Bytes

Queue

Represents a queued task within the system. Used to execute long running requests.

Properties

Name Type Description Notes
id String Unique identifier for the queued task [optional]
status QueueStatus [optional]
start OffsetDateTime [optional]
end OffsetDateTime [optional]
diagnosis String Gives human-readable feedback [optional]
location String Location of the original entity [optional]
taskId String Id of the original entity [optional]