Searched refs:JobStatus (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/print/
H A DJobs.h47 enum JobStatus { // job file enum
66 JobStatus fStatus; // the status of the job file
82 JobStatus Status() const { return fStatus; }
92 void SetStatus(JobStatus s, bool writeToNode = true);
/haiku/src/kits/print/
H A DJobs.cpp90 // conversion from string representation of status to JobStatus constant
134 void Job::SetStatus(JobStatus s, bool writeToNode) {

Completed in 30 milliseconds