Post-preparation scripts are executed after the possible native solver
preparations have been executed.
The old preparation scripts are executed before native solver
preparation as before.
Cleanup is intended to support defining scripts that are ran just before
the UC is removed from the solver.
gitlab #430
gitlab #431
"post-step",
"analogAutomation",
"binaryAutomation",
- "preparation"
+ "preparation",
+ "post-preparation",
+ "cleanup"
};
private static final String[] EXECUTION_PHASE_LABELS = new String[] {
"Execute after each step",
"Execute together with analog automation",
"Execute together with binary automation",
- "Execute during preparation"
+ "Execute before solver preparation",
+ "Execute after solver preparation",
+ "Execute before component removal"
};
@Override