# bimdata.ProcessorHandler

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** |  | [readonly] 
**worker** | **String** |  | [readonly] 
**status** | **String** | * &#x60;C&#x60; - completed * &#x60;D&#x60; - deleted * &#x60;P&#x60; - pending * &#x60;W&#x60; - waiting * &#x60;I&#x60; - in process * &#x60;E&#x60; - errored * &#x60;X&#x60; - won&#39;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"`)




