GitAsyncOperationStatus enum
Current status of the asynchronous operation.
Fields
| Queued = 1 | The operation is waiting in a queue and has not yet started. |
| InProgress = 2 | The operation is currently in progress. |
| Completed = 3 | The operation has completed. |
| Failed = 4 | The operation has failed. Check for an error message. |
| Abandoned = 5 | The operation has been abandoned. |