PrintQueue.IsWaiting 属性
定义
获取用于指示队列是否正在等待添加作业的值。Gets a value that indicates whether the queue is waiting for a job to be added.
public:
property bool IsWaiting { bool get(); };
public bool IsWaiting { get; }
member this.IsWaiting : bool
Public ReadOnly Property IsWaiting As Boolean
属性值
如果队列正在等待作业,则为 true
;否则为 false
。true
if the queue is waiting for a job; otherwise, false
.
注解
如果打印机不支持具有这种含义的信号,则属性始终 false
。If the printer does not support a signal with this meaning, then the property is always false
.