Returns true if the program was terminated via kill rather than quit.
This can be used to differentiate between graceful shutdown and immediate termination after the program exits.
bool get wasKilled => _killed;