Package com.gpudb.protocol
Class GetJobResponse.JobStatus
java.lang.Object
com.gpudb.protocol.GetJobResponse.JobStatus
Enclosing class:
A set of string constants for the
GetJobResponse parameter jobStatus.
Status of the submitted job.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJob cancellation was requested while the execution was in progress.static final StringThe job execution has successfully completed and the response is included in thejobResponseorjobResponseStrfield.static final StringThe job was attempted, but an error was encountered.static final StringThe job is currently executing.
Field Details
DONE
The job execution has successfully completed and the response is included in thejobResponseorjobResponseStrfield.See Also: