PrintWorkflowJobIssueDetectedEventArgs Class
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.
Provides data for the PrintWorkflowJobBackgroundSession.JobIssueDetected event.
public ref class PrintWorkflowJobIssueDetectedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1114112)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowJobIssueDetectedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1114112)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowJobIssueDetectedEventArgs
Public NotInheritable Class PrintWorkflowJobIssueDetectedEventArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Properties
Configuration |
Gets a PrintWorkflowConfiguration object that contains job and session related information. |
ExtendedError |
Gets the extended error associated with the issue that was detected in a printer job operation. |
JobIssueKind |
Gets the kind of issue that was detected in a printer job operation. |
PrinterJob |
Gets a PrintWorkflowPrinterJob object representing the printer job operation in which the issue was encountered. |
SkipSystemErrorToast |
Gets a sets a value that specifies whether the default system toast notification for the printer job issue should be skipped. |
UILauncher |
Gets the PrintWorkflowUILauncher object that is used to launching the print support UI for job notification. |
Methods
GetDeferral() |
Informs the system that the resource response task might continue to perform work after the PrintWorkflowJobBackgroundSession.JobIssueDetected handler returns. |