PrintWorkflowJobAbortReason Enum
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 indicate why a print workflow was canceled by using the AbortPrintFlow method.
public enum class PrintWorkflowJobAbortReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class PrintWorkflowJobAbortReason
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum PrintWorkflowJobAbortReason
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowJobAbortReason.jobFailed
Public Enum PrintWorkflowJobAbortReason
- Inheritance
-
PrintWorkflowJobAbortReason
- Attributes
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Name | Value | Description |
---|---|---|
JobFailed | 0 | The print job failed. |
UserCanceled | 1 | The user canceled the print job. |
Product | Versions |
---|---|
WinRT | Build 22000, Build 22621, Build 26100 |