 | ServiceOperationEnum Enumeration |
Represents the different types of Windows service operations.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic enum ServiceOperationEnum
Public Enumeration ServiceOperationEnum
public enum class ServiceOperationEnum
type ServiceOperationEnum
Members
| Member name | Value | Description |
---|
| Start | 0 |
Indicates to execute the 'Start' operation on the service.
|
| Stop | 1 |
Indicates to execute the 'Stop' operation on the service.
|
| Pause | 2 |
Indicates to execute the 'Pause' operation on the service.
|
| Continue | 3 |
Indicates to execute the 'Continue' operation on the service.
|
See Also