GetTaskExecutionTimeSec |
Syntax:
%GetTaskExecutionTimeSec()%
Description:
Returns the amount of time the task took to execute in seconds. If the task 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