Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 674 Bytes

File metadata and controls

28 lines (20 loc) · 674 Bytes
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

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.