PrintWorkflowUILauncher.LaunchAndCompleteUIAsync Method
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.
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.
public:
virtual IAsyncOperation<PrintWorkflowUICompletionStatus> ^ LaunchAndCompleteUIAsync() = LaunchAndCompleteUIAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PrintWorkflowUICompletionStatus> LaunchAndCompleteUIAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PrintWorkflowUICompletionStatus> LaunchAndCompleteUIAsync();
function launchAndCompleteUIAsync()
Public Function LaunchAndCompleteUIAsync () As IAsyncOperation(Of PrintWorkflowUICompletionStatus)
Returns
An asynchronous operation that, on successful completion, returns a PrintWorkflowUICompletionStatus object that indicates the completion status of the UI.
- Attributes
Remarks
This method will fail if the IsUILaunchEnabled method returns false.