Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.01 KB

printworkflowuilauncher_launchandcompleteuiasync_1066310702.md

File metadata and controls

29 lines (16 loc) · 1.01 KB
-api-id -api-type
M:Windows.Graphics.Printing.Workflow.PrintWorkflowUILauncher.LaunchAndCompleteUIAsync
winrt method

Windows.Graphics.Printing.Workflow.PrintWorkflowUILauncher.LaunchAndCompleteUIAsync

-description

Shows the print workflow job UI for gathering user input that the print workflow app needs to complete the conversion to the page description language (PDL) format indicated by the printer. This is an async operation that will be completed only after the UI is closed.

-returns

An asynchronous operation that, on successful completion, returns a PrintWorkflowUICompletionStatus object that indicates the completion status of the UI.

-remarks

This method will fail if the IsUILaunchEnabled method returns false.

-see-also

-examples