GetLastStepExecutionTimeMin |
Syntax:
%GetLastStepExecutionTimeMin()%
Description:
Returns the amount of time the last step took to execute measured in minutes. If the step took less than one minute the extended function returns 0
Parameters
(no parameters required)
Example:
Sub
Main
MsgBox GetLastStepExecutionTimeMin()
EndSub
See Also:
GetLastStepExecutionTimeMS, GetLastStepExecutionTimeSec, GetTaskExecutionTimeMin, GetTaskExecutionTimeMS, GetTaskExecutionTimeSec