Click or drag to resize
TargetServiceStatus Enumeration
Target service status.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public enum TargetServiceStatus
Members
  Member nameValueDescription
Stopped0 The stopped
Started1 The started
StopPending2 The stop pending
StartPending3 The start pending
ResumePending4 The resume pending
PausePending5 The pause pending
Paused6 The paused
Unknown7 The unknown
See Also