Package com.gpudb.protocol
Class ShowProcStatusResponse.OverallStatuses
java.lang.Object
com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
Enclosing class:
A set of string constants for the
ShowProcStatusResponse parameter overallStatuses.
Overall statuses for the returned run IDs. Note that these are rollups and individual statuses may differ between data segments for the same run ID; see statuses and messages for statuses from individual data segments.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe proc instance completed with no errors.static final StringThe proc instance failed with an error.static final StringThe proc instance was killed before completion.static final StringThe proc instance does not have a status, i.e. it has not yet ran.static final StringThe proc instance is currently running.
Field Details