GetLastStepFileAttr

Syntax:

%GetLastStepExecutionTimeSec()%

Description:

 

Returns the amount of time the last step took to execute measured in seconds.  If the step took less than one second the function returns 0

Parameters:

(no parameters)

Example:


Sub Main
MsgBox GetLastStepExecutionTimeSec()
End
Sub


See Also:

GetLastStepExecutionTimeMin,GetLastStepExecutionTimeMS,GetTaskExecutionTimeMin,GetTaskExecutionTimeMS,GetTaskExecutionTimeSec