FIABCalculationStatus
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | Calculation's identifier | [optional] |
status | StatusEnum | Calculation's status | [optional] |
startdatetime | OffsetDateTime | Start time | [optional] |
completiondatetime | OffsetDateTime | Completion time | [optional] |
progress | Integer | Calculation's progress | [optional] |
batchevents | java.util.List<EventSummary> | List of batch events | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
PENDING | "Pending" |
INPROGRESS | "InProgress" |
DONE | "Done" |
PAUSED | "Paused" |
CANCELLED | "Cancelled" |
ERROR | "Error" |
Implemented Interfaces
- Serializable