PrintWorkflowSubmittedStatus Enumeration

Definition

Enthält Werte, die die status einer Druckworkflowsitzung beschreiben.

public enum class PrintWorkflowSubmittedStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class PrintWorkflowSubmittedStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum PrintWorkflowSubmittedStatus
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowSubmittedStatus.succeeded
Public Enum PrintWorkflowSubmittedStatus
Vererbung
PrintWorkflowSubmittedStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Felder

Canceled 1

Die Sitzung wurde abgebrochen: Abbrechen des Druckvorgangs.

Failed 2

Fehler bei der Sitzung: Abbrechen des Druckvorgangs.

Succeeded 0

Die Sitzung war erfolgreich: Mit dem Drucken fortfahren

Gilt für: