GetTaskExecutionTimeMin

Syntax:

GetTaskExecutionTimeMin()

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

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetTaskExecutionTimeMin()
End
Sub

See Also:

GetLastStepExecutionTimeMin

GetLastStepExecutionTimeMS

GetLastStepExecutionTimeSec

GetTaskExecutionTimeMS

GetTaskExecutionTimeSec