JobStarted() As Long

Description

This event is fired when a job is started, immediately after the user has selected Start.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

Causes job termination.

EV_ERROR

Causes job termination.

Suggested usage

Could be used for notification to other applications or for extra user authorization.

Remarks

This event is fired in all production modules.

Job-level events