Click or drag to resize
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.1.0.599 (8.1.0.599)
Syntax
public enum ServiceOperationEnum
Members
  Member nameValueDescription
Start0 Indicates to execute the 'Start' operation on the service.
Stop1 Indicates to execute the 'Stop' operation on the service.
Pause2 Indicates to execute the 'Pause' operation on the service.
Continue3 Indicates to execute the 'Continue' operation on the service.
See Also