Share via


PrintWorkflowSessionStatus Enum

Definition

Contains values that describe the status of the current print workflow session.

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

Windows requirements

Requirements Description
Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

Name Value Description
Started 0

The current session has started.

Completed 1

The current session has completed.

Aborted 2

The current session has been aborted.

Closed 3

The current session has been closed.

PdlDataAvailableForModification 4

Page description language (PDL) data is available for modification after driver rendering is complete.

Applies to