Secure Global Desktop 4.31 管理者ガイド
> アプレット
> 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.
Copyright © 1997-2006 Sun Microsystems, Inc. All rights reserved.