Migration State is an Enum that describes the current status of any Migration task on the cloud.
Possible Values
| Value | Description | Numeric Value |
|---|---|---|
| Waiting | Waiting to start the migration task on the cloud | 0 |
| Migrating | The cloud is currently fulfilling the migration task | 1 |
| Completed | The cloud completed the migration task, transferring the items | 2 |
| Failed | the cloud failed to finish the migration task. Submit a ticket to support if this happens. | 3 |