Share via


PrintWorkflowJobIssueKind Enum

Definition

Specifies the kind of issue that was detected in a printer job operation.

public enum class PrintWorkflowJobIssueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1114112)]
enum class PrintWorkflowJobIssueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1114112)]
public enum PrintWorkflowJobIssueKind
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowJobIssueKind.other
Public Enum PrintWorkflowJobIssueKind
Inheritance
PrintWorkflowJobIssueKind
Attributes

Windows requirements

Requirements Description
Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Fields

Name Value Description
Other 0

Other.

AttentionRequired 1

Attention required.

DoorOpen 2

Door open.

MarkerSupplyLow 3

Marker supply low.

MarkerSupplyEmpty 4

Marker supply low.

MediaJam 5

Media jam.

MediaEmpty 6

Media empty.

MediaLow 7

Media low.

OutputAreaAlmostFull 8

Output area almost full.

OutputAreaFull 9

Output area full.

JobPrintingError 10

Job printing error.

Remarks

This enumeration is used by the JobIssueKind property of the PrintWorkflowJobIssueDetectedEventArgs object passed into the handler for thePrintWorkflowJobBackgroundSession.JobIssueDetected event.

Applies to