Click or drag to resize
ActionStatus Enumeration
Represents the status of a job action.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum ActionStatus
Members
  Member nameValueDescription
Pending0 The action has not yet started.
Running1 The action is running.
Completed2 The action has completed successfully.
Cancelled3 The action was cancelled.
Faulted4 The action encountered an error.
See Also