JobStatus¶
Properties¶
Name |
Type |
Description |
Notes |
---|---|---|---|
id |
String |
[optional] |
|
type |
String |
[optional] |
|
status |
[optional] |
||
startTime |
Integer |
[optional] |
|
endTime |
Integer |
[optional] |
|
log |
String |
URL or log string |
[optional] |
detail |
Map<String, Object> |
[optional] |
Enum: StatusEnum¶
Name |
Value |
---|---|
RUNNING |
“RUNNING” |
SUCCESS |
“SUCCESS” |
FAILED |
“FAILED” |
CANCELLED |
“CANCELLED” |
WAITING |
“WAITING” |