JobStarted event
This event fires when a job has started.
Syntax
Public Function JobStarted() As Long
Parameters
None.
Active objects
Return values
evtOK |
Normal return. |
evtOKAbort |
Terminates the job. |
evtCancel |
Terminates the job. |
evtError |
Terminates the job. |
Suggested usage
You can use this even to notify other applications.
Related topics