 | ControlOperationEnum Enumeration |
Control operation.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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