ContextWatchdogRestartEvent
typedef
Fired after the watchdog restarts the context and the added items because of a crash.
watchdog.on( 'restart', () => {
console.log( 'The context has been restarted.' );
} );