PrintWorkflowSessionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |