Package DE_EPAGES::Installer::API::Constants
This file provides constants cartridge Installer
@EXPORT_OK |
STOPPED (int)
1 - Service is stopped
windows: any status but SERVICE_START_PENDING/SERVICE_RUNNING
PENDING (int)
2 - service is starting
windows: SERVICE_START_PENDING; UNIX: not implemented
RUNNING (int)
4 - service is running
windows: SERVICE_RUNNING
DENIED (int)
8 - status unknown due to insufficient privileges
MISSING (int)
16 - service not installed