Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeGetNumberOfExecutedRuns

maeGetNumberOfExecutedRuns(
[ ?session t_sessionName ] 
[ ?runPlanName t_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

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

?runPlanName t_runPlanName

Name of the run plan whose status needs to be extracted.

Value Returned

x_runsCompleted

Complete runs executed in the flow are returned.

Examples

Returns the number of runs:

maeGetNumberOfExecutedRuns(?runPlanName "Plan.0")
=> 3
)


Return to top
 ⠀
X