Share via


IJobRestartEventHandler::OnJobRestart method

The AXE Core raises this event when a job is ending because the system is being restarted.

Syntax

virtual void OnJobRestart(
         Engine              *sender,
   const JobRestartEventArgs *e
) = 0;

Parameters

sender

The Engine object that raised the event.

e

The JobRestartEventArgs structure that contains information about the job restart event.

Return value

This method does not return a value.

Remarks

Managed code uses the JobRestartEventHandler 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

IJobRestartEventHandler

JobRestartEventArgs

ExecuteJob