maeIsFirstRunInRunPlan
maeIsFirstRunInRunPlan( [?sessiont_sessionName] [?historyNamet_historyName] ) => t / nil
Description
Checks if the current run is the first run executed in the run plan. Implemented exclusively for the fault dropping flow.
Arguments
Value Returned
|
The current run is not the first executed run in the run plan. |
||
Examples
Checks if the current run is the first run executed in the run plan.
maeIsFirstRunInRunPlan(?historyName "Plan.0.Run.0")
=> t
Return to top