Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

File metadata and controls

29 lines (21 loc) · 738 Bytes
title teamsAsyncOperationStatus enum type
description Describes the current status of a teamsAsyncOperation.
author MSFTRickyCastaneda
ms.localizationpriority medium
doc_type enumPageType
ms.subservice teams
ms.date 08/16/2024

teamsAsyncOperationStatus enum type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.