Share via


IJobEndEventHandler class

The IJobEndEventHandler interface enables a solution to receive a notification from the AXE engine when a job has completely finished.

When to implement

An IJobEndEventHandler should be implemented by a solution that wants to display the status of the current job execution to the user.

IJobEndEventHandler has these types of members:

Methods

The IJobEndEventHandler class has these methods.

Method Description
OnJobEnd The AXE Core raises this event when the job has ended.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Execution Solution Interfaces