GetLastStepExecutionTimeMS

Syntax:

%GetLastStepExecutionTimeMS()%

Description:

Returns the amount of time the last step took to execute in milliseconds.

Parameters

(no parameters)

Example:


Sub Main
MsgBox GetLastStepExecutionTimeMS()
End
Sub


See Also:

GetLastStepExecutionTimeMin,GetLastStepExecutionTimeSec,GetTaskExecutionTimeMin,GetTaskExecutionTimeMS,GetTaskExecutionTimeSec