Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AXE Core raises this event when the job begins.
Syntax
virtual void OnJobBegin(
Engine *sender,
const JobBeginEventArgs *e
) = 0;
Parameters
-
sender
-
The Engine object that raised the event.
-
e
-
The JobBeginEventArgs structure that contains information about the job begin event.
Return value
This method does not return a value.
Remarks
Managed code uses the JobBeginEventHandler delegate.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|