過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > countJobs (印刷アプレット)

countJobs (印刷アプレット)

構文

過去のコマンド構文またはプログラムコードのスキップint countJobs()

説明

The countJobs method returns how many print jobs the user has available. This includes both print jobs currently printing and those in the print queue.

過去のコマンド構文またはプログラムコードのスキップjobs = countJobs();
alert("Number of jobs: " + jobs);

Displays a dialog showing the number of jobs in the print queue for the user.

関連トピック