public static class CurrentProcess.ShutdownFlags
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
static int |
SHUTDOWN_NORETRY
This flag means that if process takes longer than
the specified timeout to shut down, a retry dialog box
is not displayed.
|
Constructor and Description |
---|
ShutdownFlags() |
Modifier and Type | Method and Description |
---|---|
boolean |
isNoRetry()
Checks flag state.
|
void |
setNoRetry(boolean set)
Sets flag state.
|
public static final int SHUTDOWN_NORETRY