Specifies the control action that should be performed for a service.
enum ServiceControlTypeEnum { sctStartService = 0, sctStopService = 1 };
public enum ServiceControlTypeEnum { sctStartService = 0, sctStopService = 1 }
Public Enum ServiceControlTypeEnum sctStartService = 0 sctStopService = 1 End Enum
Members |
Description |
sctStartService = 0 |
Start the service. |
sctStopService = 1 |
Stop the service. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|