Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 1.65 KB

File metadata and controls

67 lines (51 loc) · 1.65 KB
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

printOperationStatus resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}