Sign up (with export icon)

ContextWatchdogRestartEvent

Api-typedef icon 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.' );
} );
Copy code

Properties

  • args : tuple

  • name : 'restart'

  • return : undefined

Fired by