JobStopped() As Long

Description

This event is fired when a job is stopped.

Parameters

None.

Return values

Return value

Description

EV_OK

Normal return.

EV_OK_ABORT 

No effect— treated the same as EV_OK.

EV_ERROR

No effect— treated the same as EV_OK.

Suggested usage

Could be used for notification to other applications. In Interpret, Verify, and Transfer this event can be used for opening and starting a new job description (by setting the NextJob property).

Remarks

This event is fired in all production modules.

Job-level events