PHP Doku:: Win32Service Service Status Constants - win32service.constants.servicestatus.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWindowsbasierte Erweiterungenwin32serviceVordefinierte KonstantenWin32Service Service Status Constants

Ein Service von Reinhard Neidl - Webprogrammierung.

Vordefinierte Konstanten

<<Win32Service Service Type Bitmasks

Win32Service Service Control Message Constants>>

Win32Service Service Status Constants
Constant Value Description
WIN32_SERVICE_CONTINUE_PENDING 0x00000005 The service continue is pending.
WIN32_SERVICE_PAUSE_PENDING 0x00000006 The service pause is pending.
WIN32_SERVICE_PAUSED 0x00000007 The service is paused.
WIN32_SERVICE_RUNNING 0x00000004 The service is running.
WIN32_SERVICE_START_PENDING 0x00000002 The service is starting.
WIN32_SERVICE_STOP_PENDING 0x00000003 The service is stopping.
WIN32_SERVICE_STOPPED 0x00000001 The service is not running.

Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)