Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 542 Bytes

TaskStatus.md

File metadata and controls

24 lines (13 loc) · 542 Bytes

Onepanel.TaskStatus

Properties

Name Type Description Notes
status String The operation status.
steps [String] The list of operation steps that have been executed successfully.
totalSteps Number Total number of steps to be executed.
error Error [optional]

Enum: StatusEnum

  • ok (value: "ok")

  • error (value: "error")

  • running (value: "running")