GetLastStepExecutionTimeMin

Syntax:

GetLastStepExecutionTimeMin()

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

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetLastStepExecutionTimeMin()
End
Sub

See Also:

GetLastStepExecutionTimeMS

GetLastStepExecutionTimeSec

GetTaskExecutionTimeMin

GetTaskExecutionTimeMS

GetTaskExecutionTimeSec