SHUTDOWN_POWEROFF top-level constant

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

The computer is shut down and powered down.

Implementation

@Deprecated('Use SHUTDOWN_FLAGS.SHUTDOWN_POWEROFF instead')
const SHUTDOWN_POWEROFF = 0x0000008;