GetTaskExecutionTimeMS

Syntax:

%GetTaskExecutionTimeMS()%

Description:

Returns the amount of time the task took to execute in milliseconds.

Parameter Description:

(No parameters)

Example:


Sub Main
MsgBox GetTaskExecutionTimeMS()
End
Sub


See Also:

GetLastStepExecutionTimeMin, GetLastStepExecutionTimeMS, GetLastStepExecutionTimeSec, GetTaskExecutionTimeMin, GetTaskExecutionTimeSec