Snapservice.Tasks.Status
Snapservice.Tasks.Status
The Snapservice.Tasks.Status enumerated type defines the status values that can be reported for an operation.
Possible values:
PENDING
: The operation is in pending state.RUNNING
: The operation is in progress.BLOCKED
: The operation is blocked.
The operation could be blocked if the system is waiting for resources to be available to perform the operation.
SUCCEEDED
: The operation completed successfully.FAILED
: The operation failed.
This enumeration was added in vSphere API 8.0.3.0.
This data structure has no properties.
Enumeration:
PENDING,
RUNNING,
BLOCKED,
SUCCEEDED,
FAILED,