Share via


IJobEndEventHandler::OnJobEnd method

The AXE Core raises this event when the job has ended. This event is raised when all the assessments have finished, all results have been processed, and AXE has completed publishing the results. After this event has been received by a solution, another job can be started.

Syntax

virtual void OnJobEnd(
         Engine          *sender,
   const JobEndEventArgs *e
) = 0;

Parameters

sender

The Engine object that raised the event.

e

The JobEndEventArgs structure that contains information about the job end event.

Return value

This method does not return a value.

Remarks

Managed code uses the JobEndEventHandler delegate.

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

IJobEndEventHandler

JobEndEventArgs