AsyncJobStatus resource

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.

This resource provides information on the status of a asynchronous job progress.

The following API calls return AsyncJobStatus resources:

JSON representation

{
  "percentageComplete": 100.0,
  "status": "notStarted | inProgress | completed | updating | failed | deletePending | deleteFailed | waiting"
}

Properties

Property name Type Description
percentageComplete Double A value between 0 and 100 that indicates the percentage complete.
status String A string value that maps to an enumeration of possible values about the status of the job.