GetTaskExecutionTimeSec

GetTaskExecutionTimeSec()

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

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetTaskExecutionTimeSec()
End
Sub

See Also:

GetLastStepExecutionTimeMin

GetLastStepExecutionTimeMS

GetLastStepExecutionTimeSec

GetTaskExecutionTimeMin

GetTaskExecutionTimeMS