IJobPendingEventHandler class
The IJobPendingEventHandler interface enables a solution to receive notification from the AXE engine when a job is blocked by another currently running job.
When to implement
An IJobPendingEventHandler interface should be implemented by a solution that might attempt to run multiple jobs simultaneously. An interface should be implemented even if each job is controlled by separate instances of the same solution application.
IJobPendingEventHandler has these types of members:
Methods
The IJobPendingEventHandler class has these methods.
Method | Description |
---|---|
OnJobPending | The AXE Core raises this event when the job is blocked because another job is currently running. |
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|