PrintWorkflowUICompletionStatus 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.
Provides values for the completion status of the print workflow job UI that is shown by calling the LaunchAndCompleteUIAsync method.
public enum class PrintWorkflowUICompletionStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class PrintWorkflowUICompletionStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum PrintWorkflowUICompletionStatus
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowUICompletionStatus.completed
Public Enum PrintWorkflowUICompletionStatus
- Inheritance
-
PrintWorkflowUICompletionStatus
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
Completed | 0 | The print workflow job UI successfully completed. |
LaunchFailed | 1 | The print workflow job UI failed to launch. |
JobFailed | 2 | The print workflow job failed. |
UserCanceled | 3 | The user canceled the print workflow job UI. |