Share via


PrintWorkflowUICompletionStatus Enum

Definition

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

Completed 0

The print workflow job UI successfully completed.

JobFailed 2

The print workflow job failed.

LaunchFailed 1

The print workflow job UI failed to launch.

UserCanceled 3

The user canceled the print workflow job UI.

Applies to

See also