PrintQueue.IsWaiting 属性

定义

获取用于指示队列是否正在等待添加作业的值。

public:
 property bool IsWaiting { bool get(); };
public bool IsWaiting { get; }
member this.IsWaiting : bool
Public ReadOnly Property IsWaiting As Boolean

属性值

如果队列正在等待作业,则为 true;否则为 false

注解

如果打印机不支持具有此含义的信号,则 属性始终 false为 。

适用于