Vmon_Service_StartupType

Vmon_Service_StartupType
Vmon_Service_StartupType

The Service.StartupType enumerated type defines valid Startup Type for services managed by vMon.
MANUAL : Service Startup type is Manual, thus issuing an explicit start on the service will start it.
AUTOMATIC : Service Startup type is Automatic, thus during starting all services or issuing explicit start on the service will start it.
DISABLED : Service Startup type is Disabled, thus it will not start unless the startup type changes to manual or automatic.

This data structure has no properties.
Enumeration: MANUAL, AUTOMATIC, DISABLED,