#996 Add `Termination.throwIfRequested` methods and adopt it in CIF controller properties checker
requested to merge 996-add-termination-checkandthrow-method-to-easy-handling-of-cooperative-termination into develop
- Best to review per commit.
- Main changes for issue #996 (closed):
- Added
Termination.throwIfRequested
methods. - The application framework now handles
TerminationException
. - Updated/extended the application framework documentation.
- Added
- To test it out, I adopted this for the CIF controller properties checker.
- Additionally, there are the following changes:
- End-user visible changes:
- The CIF controller properties checker is now more responsive to termination requests.
- End-user visible changes:
Closes #996 (closed)
Edited by Dennis Hendriks