Click or drag to resize
TargetServicesOptionsStartAndStopServices Property
This value is true if the services will be stopped and started; otherwise, it is false (and the services will be left running).

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public bool StartAndStopServices { get; set; }

Property Value

Type: Boolean
Remarks
The TargetServicesOptionsPresenter is overloaded to use the same widget for jobs that are starting and stopping the services and those that leave the services running. This value is used by the console to determine how the widget should look, feel and function.
See Also