public static interface RebootManager.PendingShutdownObserver
| Modifier and Type | Method and Description |
|---|---|
void |
shutdownPlanned(int warningsLeft,
long msLeft)
Called prior to an automated shutdown.
|
void shutdownPlanned(int warningsLeft,
long msLeft)
warningsLeft - The number of warnings left prior to the shutdown. This value will
be 0 on the last warning, usually 1-2 minutes prior to the actual shutdown.msLeft - the approximate number of milliseconds left prior to the shutdown.Copyright © 2015. All rights reserved.