maeIsFinalRunCompleted
maeIsFinalRunCompleted( [?sessiont_sessionName] ) =>t/nil
Description
Checks if the current run is the last run executed in the run plan. A run is said to be the last run if either no further runs exist in the run plan or no undetected faults are found in the current run.
Implemented exclusively for the fault dropping flow.
Arguments
Value Returned
|
The current run is not the final run executed in the run plan. |
Examples
Checks if the current run is the last run executed in the run plan.
maeIsFinalRunCompleted()
=> t
Return to top