SHUTDOWN_RESTARTAPPS top-level constant

  1. @Deprecated('Use SHUTDOWN_FLAGS.SHUTDOWN_RESTARTAPPS instead')
int const SHUTDOWN_RESTARTAPPS

The system is rebooted using the ExitWindowsEx function with the EWX_RESTARTAPPS flag. This restarts any applications that have been registered for restart using the RegisterApplicationRestart function.

Implementation

@Deprecated('Use SHUTDOWN_FLAGS.SHUTDOWN_RESTARTAPPS instead')
const SHUTDOWN_RESTARTAPPS = 0x0000080;