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

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

Fields

Aborted 2

The current session has been aborted.

Closed 3

The current session has been closed.

Completed 1

The current session has completed.

PdlDataAvailableForModification 4

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

Started 0

The current session has started.

Applies to