Searched refs:JOB_STATE_QUEUED (Results 1 – 2 of 2) sorted by relevance
46 public static final String JOB_STATE_QUEUED = "print-job-queued"; field in BackendConstants
98 JOB_STATE_QUEUED, // job queued and waiting to be run enumerator441 _job_queue[index].job_state = JOB_STATE_QUEUED; in _get_handle()723 if (jq->job_state != JOB_STATE_QUEUED) { in _job_thread()2033 } else if (jq->job_state == JOB_STATE_QUEUED) { in wprintCancelJob()