-api-id | -api-type |
---|---|
T:Windows.Graphics.Printing.Workflow.PrintWorkflowJobTriggerDetails |
winrt class |
Provides additional information associated with a print workflow job session that runs in the background.
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.