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.2.0.814
Syntax
public JobAction[] Actions { get; set; }

Property Value

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