Click or drag to resize
JobStatusActions Property
This value represents an action recently reported by a job.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public JobAction[] Actions { get; set; }

Property Value

Type: JobAction
An array of JobAction that represents actions associated with this job.
See Also