PrintWorkflowPrinterJobStatus Enumeration

Definition

Enthält Werte, die die status des aktuellen Druckworkflowdruckerauftrags beschreiben.

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
Vererbung
PrintWorkflowPrinterJobStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Felder

Aborted 1

Die aktuelle Sitzung wurde abgebrochen.

Completed 3

Die aktuelle Sitzung wurde abgeschlossen.

Error 0

Bei der aktuellen Sitzung ist ein Fehler aufgetreten.

InProgress 2

Die aktuelle Sitzung wird ausgeführt.

Hinweise

Weitere Informationen finden Sie unter Designhandbuch für Druckunterstützungs-Apps.

Gilt für:

Weitere Informationen