PrintWorkflowJobBackgroundSession.JobIssueDetected Event

Definition

Raised when an error or warning is detected in the the current printer job operation.

C#
public event TypedEventHandler<PrintWorkflowJobBackgroundSession,PrintWorkflowJobIssueDetectedEventArgs> JobIssueDetected;

Event Type

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

In the handler for this event, apps can call SkipSystemErrorToast to suppress the default system toast notification for the issue. This enables apps to launch their own custom toast notification without the user receiving redundant notifications.

Applies to

Product Versions
WinRT Build 26100