CalculationUnitStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | The status of calculation unit. | [optional] |
| errors | java.util.List<Error> | The error in a calculation unit. | [optional] |
| result | String | The result URL of the calculation. | [optional] |
| progress | String | The progress of the calculation unit. | [optional] |
| points | Integer | The points for the calculation unit. | [optional] |
| warnings | java.util.List<String> | The warnings in a calculation unit. | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| QUEUED | "Queued" |
| EXECUTING | "Executing" |
| SUCCESS | "Success" |
| FAILED | "Failed" |
| CANCELLED | "Cancelled" |
Implemented Interfaces
- Serializable