|
JobStatusActions Property
|
This value represents an action recently reported by a job.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic JobAction[] Actions { get; set; }
Public Property Actions As JobAction()
Get
Set
public:
property array<JobAction^>^ Actions {
array<JobAction^>^ get ();
void set (array<JobAction^>^ value);
}
function get_Actions();
function set_Actions(value);
Property Value
Type:
JobAction
An array of
JobAction that represents actions associated with this job.
See Also