teamsAsyncOperationStatus enum type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Describes the current status of a teamsAsyncOperation.

Members

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.