GetLastStepExecutionTimeSec

Syntax:

GetLastStepExecutionTimeSec()

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

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetLastStepExecutionTimeSec()
End
Sub

See Also:

GetLastStepExecutionTimeMin

GetLastStepExecutionTimeMS

GetTaskExecutionTimeMin

GetTaskExecutionTimeMS

GetTaskExecutionTimeSec