Fired after an item has been restarted.
watchdog.on( 'itemRestart', ( evt, { itemId } ) => { console.log( 'An item with with the '${ itemId }' ID has been restarted.' ); } );
args : tuple
module:watchdog/contextwatchdog~ContextWatchdogItemRestartEvent#args
name : 'itemRestart'
module:watchdog/contextwatchdog~ContextWatchdogItemRestartEvent#name
return : undefined
module:watchdog/contextwatchdog~ContextWatchdogItemRestartEvent#return
object