[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Names for various service statuses
Source position: daemonapp.pp line 429
var CurrentStatusNames: array [TCurrentStatus] of string = ('Stopped', 'Start Pending', 'Stop Pending', 'Running', 'Continue Pending', 'Pause Pending', 'Paused'); |