Package com.ibm.cloud.is.vpc.v1.model
Interface ShareJob.Status
-
- Enclosing class:
- ShareJob
public static interface ShareJob.Status
The status of the file share job. The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the file share job on which the unexpected property value was encountered. * `cancelled`: This job has been cancelled. * `failed`: This job has failed. * `queued`: This job is queued. * `running`: This job is running. * `succeeded`: This job completed successfully.
-
-
Field Detail
-
CANCELLED
static final String CANCELLED
cancelled.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
QUEUED
static final String QUEUED
queued.- See Also:
- Constant Field Values
-
RUNNING
static final String RUNNING
running.- See Also:
- Constant Field Values
-
SUCCEEDED
static final String SUCCEEDED
succeeded.- See Also:
- Constant Field Values
-
-