public static class Service.StartupType
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static Service.StartupType |
AUTO_START
Service is started at system startup.
|
static Service.StartupType |
BOOT_START
Device driver is started by the IoInitSystem function.
|
static Service.StartupType |
DEMAND_START
Service is started by the user in Controls application or programmatically.
|
static Service.StartupType |
DISABLED
Service is disabled.
|
static Service.StartupType |
SYSTEM_START
Device driver is started by the system loader.
|
Constructor and Description |
---|
StartupType(int value,
java.lang.String stringValue) |
Modifier and Type | Method and Description |
---|---|
static Service.StartupType |
create(int type) |
public static final Service.StartupType BOOT_START
public static final Service.StartupType SYSTEM_START
public static final Service.StartupType AUTO_START
public static final Service.StartupType DEMAND_START
public static final Service.StartupType DISABLED
public static Service.StartupType create(int type)