sillydan1 / aaltitoad

Extendable verification engine and simulator for Tick Tock Automata constructs
GNU General Public License v3.0
6 stars 1 forks source link

Catch SIGTERM and handle it properly #48

Open sillydan1 opened 1 year ago

sillydan1 commented 1 year ago

When cancelling a verification job, it might be useful to get the data collected so far. e.g. solved queries and/or statistics on how many states have been explored so far etc.

Catching the SIGTERM interrupt signal would enable this sort of behavior to be implemented