30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Class Constants<br />

ZendJobQueue::TYPE_HTTP<br />

A HTTP type of job with an absolute URL<br />

ZendJobQueue::TYPE_HTTP_RELATIVE<br />

A HTTP type of job with a relative URL<br />

ZendJobQueue::TYPE_SHELL<br />

A SHELL type of job<br />

ZendJobQueue::PRIORITY_LOW<br />

A low priority job<br />

ZendJobQueue::PRIORITY_NORMAL<br />

A normal priority job<br />

ZendJobQueue::PRIORITY_HIGH<br />

A high priority job<br />

ZendJobQueue::PRIORITY_URGENT<br />

An urgent priority job<br />

ZendJobQueue::STATUS_PENDING<br />

The job is waiting to be processed<br />

ZendJobQueue::STATUS_WAITING_PREDECESSOR<br />

The job is waiting for its predecessor's completion<br />

ZendJobQueue::STATUS_RUNNING<br />

The job is executing<br />

ZendJobQueue::STATUS_COMPLETED<br />

Job execution has been completed successfully<br />

ZendJobQueue::STATUS_FAILED<br />

The job execution failed<br />

ZendJobQueue::STATUS_OK<br />

The job was executed and reported its successful completion status<br />

ZendJobQueue::STATUS_LOGICALLY_FAILED<br />

The job was executed but reported failed completion status<br />

ZendJobQueue::STATUS_TIMEOUT<br />

Job execution timeout<br />

ZendJobQueue::STATUS_REMOVED<br />

A logically removed job<br />

ZendJobQueue::STATUS_SCHEDULED<br />

The job is scheduled to be executed at some specific time<br />

ZendJobQueue::STATUS_SUSPENDED<br />

The job execution is susspended<br />

ZendJobQueue::SORT_NONE<br />

Disable sorting of result set of getJobsList()<br />

ZendJobQueue::SORT_BY_ID<br />

Sort result set of getJobsList() by job id<br />

ZendJobQueue::SORT_BY_TYPE<br />

Sort result set of getJobsList() by job type<br />

API <strong>Reference</strong><br />

299

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!