|
JobActionStatus Property
|
This value represents the status of the action.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic ActionStatus Status { get; set; }
Public Property Status As ActionStatus
Get
Set
public:
property ActionStatus Status {
ActionStatus get ();
void set (ActionStatus value);
}
function get_Status();
function set_Status(value);
Property Value
Type:
ActionStatus
The status of this action.
See Also