Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 679 Bytes

ProcessorHandler.md

File metadata and controls

33 lines (16 loc) · 679 Bytes

bimdata.ProcessorHandler

Properties

Name Type Description Notes
id Number [readonly]
worker String [readonly]
status String * `C` - completed * `D` - deleted * `P` - pending * `W` - waiting * `I` - in process * `E` - errored * `X` - won't fix [optional]
detailMessage String [optional]

Enum: StatusEnum

  • C (value: "C")

  • D (value: "D")

  • P (value: "P")

  • W (value: "W")

  • I (value: "I")

  • E (value: "E")

  • X (value: "X")