OnTaskStart |
Syntax:
OnTaskStart(Reason)
Description:
This event is fired when a task is started. This is normally the first event that occurs during task execution.
NOTE: Line numbers are 0 based within the Task Interpreter (i.e. step 1 inside the Task Builder is step 0 when using this object). |
Parameters:
Parameter |
Description |
Reason |
The reason the task started. |
Example:
Sub
Main
MsgBox OnTaskStart()
End Sub
See Also:
Main | OnStepEnd | OnStepError | OnStepStart | OnTaskEnd | OnTaskFailure | OnTaskStart |