Share via


IJobBeginEventHandler class

The IJobBeginEventHandler interface enables a solution to receive notification from the AXE engine when a job begins.

When to implement

An IJobBeginEventHandler interface should be implemented by a solution that needs to display the current status of the job to the user.

IJobBeginEventHandler has these types of members:

Methods

The IJobBeginEventHandler class has these methods.

Method Description
OnJobBegin The AXE Core raises this event when the job begins.

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