Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Selects some jobs and returns the count of jobs found.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CUPS | 2.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
This function was deprecated. Use CUPS.GetJobsAsJSON instead.
Parameter | Description | Example | Flags |
---|---|---|---|
Name | Name of the printer queue to query. If no name or empty string is specified, we get all queues. |
"Brother_DCP_8085DN" | Optional |
OnlyMyJobs | Pass either "my" for your users jobs or "all" for all jobs. | "all" | Optional |
whichJobs | Pass "active" to get only active jobs, "all" for all jobs or "complete" for completed jobs. | "complete" | Optional |
The number of jobs found.
Query all jobs:
MBS( "CUPS.GetJobsCount"; ""; "all"; "all"" )
This function checks for a license.
Created 18th August 2014, last changed 3th April 2021