| title | printOperationStatus resource type |
|---|---|
| description | Represents the current status of a long-running Universal Print operation. |
| author | braedenp-msft |
| ms.localizationpriority | medium |
| ms.subservice | universal-print |
| doc_type | resourcePageType |
| ms.date | 10/04/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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"
}