SHUTDOWN_NOREBOOT top-level constant

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

The computer is shut down but is not powered down or rebooted.

Implementation

@Deprecated('Use SHUTDOWN_FLAGS.SHUTDOWN_NOREBOOT instead')
const SHUTDOWN_NOREBOOT = 0x0000010;