GetCurrentLineNumber

Syntax:

GetCurrentLineNumber()

Description:
Returns the step number of the currently running Workflow. The step number returned is in the context of the Workflow not the BASIC script (if any)

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetCurrentLineNumber()
End Sub

See Also:

GetCurrentTagText

GetLastStepExecutionTimeMin

GetLastStepExecutionTimeMS

GetLastStepExecutionTimeSec

GetTaskExecutionTimeMin

GetTaskExecutionTimeMS

GetTaskExecutionTimeSec

TaskId