teamsAsyncOperationStatus enum type

Namespace: microsoft.graph

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.