| title | teamsAsyncOperationStatus enum type |
|---|---|
| description | Describes the current status of a teamsAsyncOperation. |
| author | MSFTRickyCastaneda |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | enumPageType |
| ms.date | 08/19/2024 |
Namespace: microsoft.graph
Describes the current status of a teamsAsyncOperation.
| Member | Value | Description |
|---|---|---|
| invalid | 0 | Invalid value. |
| notStarted | 1 | The operation has not started. |
| inProgress | 2 | The operation is running. |
| succeeded | 3 | The operation succeeded. |
| failed | 4 | The operation failed. |