SHUTDOWN_GRACE_OVERRIDE top-level constant

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

Overrides the grace period so that the computer is shut down immediately.

Implementation

@Deprecated('Use SHUTDOWN_FLAGS.SHUTDOWN_GRACE_OVERRIDE instead')
const SHUTDOWN_GRACE_OVERRIDE = 0x0000020;