adTempus API
PreviousUpNext
ServiceControlTypeEnum Enumeration

Specifies the control action that should be performed for a service.

C++
enum ServiceControlTypeEnum {
  sctStartService = 0,
  sctStopService = 1
};
C#
public enum ServiceControlTypeEnum {
  sctStartService = 0,
  sctStopService = 1
}
Visual Basic
Public Enum ServiceControlTypeEnum
  sctStartService = 0
  sctStopService = 1
End Enum
Members
Members 
Description 
sctStartService = 0 
Start the service. 
sctStopService = 1 
Stop the service. 
adTempus API Reference version 3.0.0.0, revised 10/30/2008