Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.37 KB

printworkflowjobtriggerdetails.md

File metadata and controls

29 lines (16 loc) · 1.37 KB
-api-id -api-type
T:Windows.Graphics.Printing.Workflow.PrintWorkflowJobTriggerDetails
winrt class

Windows.Graphics.Printing.Workflow.PrintWorkflowJobTriggerDetails

-description

Provides additional information associated with a print workflow job session that runs in the background.

-remarks

To create a print support workflow, your app must declare a uap4:Extension element with the category windows.printSupportWorkflow in its package manifest that specifies the entry point of a background task. When the background task is activated, the IBackgroundTask.Run method receives an IBackgroundTaskInstance object. You can cast the TriggerDetails property of this object to a PrintWorkflowJobTriggerDetails object to get more details about the print workflow job session.

For more information, see Print support app design guide.

-see-also

Print support app design guide

-examples