JCL Help:TJclServiceState

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 public TJclServiceState = (
ssUnknown,
ssStopped,
ssStartPending,
ssStopPending,
ssRunning,
ssContinuePending,
ssPausePending,
ssPaused
);


Members

Members Description
ssUnknown The state of the service is unknown.
ssStopped The service is not running.
ssStartPending The service is starting.
ssStopPending The service is stopping.
ssRunning The service is running.
ssContinuePending The service continue is pending.
ssPausePending The service pause is pending.
ssPaused The service is paused.


Description

Current state of the service.


About

Unit

JclSvcCtrl


Navigation

no pages or subcategories

Donator

Flier Lu


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page