Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the current status of a long-running Universal Print operation.
Properties
| Property | Type | Description |
|---|---|---|
| description | String | A human-readable description of the printOperation's current processing state. Read-only. |
| state | printOperationProcessingState | The printOperation's current processing state. Valid values are described in the following table. Read-only. |
printOperationProcessingState values
| Member | Value | Description |
|---|---|---|
| notStarted | 0 | The operation has not yet started. |
| running | 1 | The operation is running. |
| succeeded | 2 | The operation completed successfully. |
| failed | 3 | The operation failed. |
| unknownFutureValue | 4 | Evolvable enumeration sentinel value. Do not use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printOperationStatus",
"state": "String",
"description": "String"
}