printOperationStatus resource 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.

Represents the current status of a long-running Universal Print operation.

Properties

Property Type Description
state printOperationProcessingState The printOperation's current processing state. Valid values are described in the following table. Read-only.
description String A human-readable description of the printOperation's current processing state. Read-only.

printOperationProcessingState values

Member Description
notStarted The operation has not yet started.
running The operation is running.
succeeded The operation completed successfully.
failed The operation failed.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "state": "String",
    "description": "String"
}