maeGetNumberOfExecutedRuns
maeGetNumberOfExecutedRuns( [?sessiont_sessionName] [?runPlanNamet_runPlanName] ) =>x_runsCompleted
Description
Returns the number of runs executed in the flow. It only counts a run that has been completed, partial runs are not included. This is exclusive for the fault dropping flow.
Arguments
Value Returned
Examples
maeGetNumberOfExecutedRuns(?runPlanName "Plan.0")
=> 3
)
Return to top