PSJobProxy.RemoveRemoteJobOnCompletion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set, the remote job will be removed when it has been completed and the data has been received. This can only be set prior to a job being started.
public:
property bool RemoveRemoteJobOnCompletion { bool get(); void set(bool value); };
public:
property bool RemoveRemoteJobOnCompletion { bool get(); void set(bool value); };
public bool RemoveRemoteJobOnCompletion { get; set; }
member this.RemoveRemoteJobOnCompletion : bool with get, set
Public Property RemoveRemoteJobOnCompletion As Boolean