PrintServer.RestartJobOnPoolEnabled Property

Definition

Gets or sets a value that indicates whether users can restart jobs after an error occurs if printer pooling is enabled.

public:
 property bool RestartJobOnPoolEnabled { bool get(); void set(bool value); };
public bool RestartJobOnPoolEnabled { get; set; }
member this.RestartJobOnPoolEnabled : bool with get, set
Public Property RestartJobOnPoolEnabled As Boolean

Property Value

true if jobs can be restarted when printer pooling is enabled; otherwise, false.

Remarks

A calling program must have administrative permissions to set this value.

Applies to