Interface ShareJob.Status
- Enclosing class:
ShareJob
public static interface ShareJob.Status
The status of the file share job:
- `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.
The enumerated values for this property may
[expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Field Summary
Fields
-
Field Details
-
CANCELLED
-
FAILED
-
QUEUED
-
RUNNING
-
SUCCEEDED
-