State(value)Possible states of the clone job.
Enums |
|
|---|---|
| Name | Description |
STATE_UNSPECIFIED |
The state is unknown. This is used for API compatibility only and is not used by the system. |
PENDING |
The clone job has not yet started. |
ACTIVE |
The clone job is active and running. |
FAILED |
The clone job finished with errors. |
SUCCEEDED |
The clone job finished successfully. |
CANCELLED |
The clone job was cancelled. |
CANCELLING |
The clone job is being cancelled. |
ADAPTING_OS |
OS adaptation is running as part of the clone job to generate license. |