Share via


PrintWorkflowPrinterJobStatus Enum

Definition

Contains values that describe the status of the current print workflow printer job.

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

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Fields

Aborted 1

The current session has been aborted.

Completed 3

The current session has completed.

Error 0

The current session encountered an error.

InProgress 2

The current session is in progress.

Remarks

For more information, see Print support app design guide.

Applies to

See also