Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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. |
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. |
None.
The following JSON representation shows the resource type.
{
"state": "String",
"description": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now