 | ControlOperationEnum Enumeration |
Control operation.
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 ControlOperationEnum
Public Enumeration ControlOperationEnum
public enum class ControlOperationEnum
type ControlOperationEnum
Members
| Member name | Value | Description |
---|
| Start | 0 |
Start the operation.
|
| Stop | 1 |
Stop the operation.
|
| Pause | 2 |
Pause the operation.
|
| Resume | 3 |
Resume the operation.
|
See Also