Share via


PrintSystemJobInfo.Pause 方法

定義

暫止列印工作,直到 Resume() 執行為止。

public:
 void Pause();
public void Pause ();
member this.Pause : unit -> unit
Public Sub Pause ()

備註

如果佇列中有另一個作業,則會在目前作業暫停時開始列印。

PrintQueue裝載也有 PauseResume 方法。 如果列印佇列暫停,繼續個別作業並不會造成該作業繼續列印。

適用於

另請參閱