ADD improved error handling
This commit is contained in:
@@ -4,5 +4,6 @@ public enum JobStatus {
|
||||
NOT_READY,
|
||||
PENDING,
|
||||
RUNNING,
|
||||
FINISHED
|
||||
FINISHED,
|
||||
FAILED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user