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

/haiku/src/bin/
H A Dlaunch_roster.cpp208 status_t jobStatus = roster.GetJobInfo(name, info); local
209 if (jobStatus == B_OK) {
214 if (jobStatus != B_OK && targetStatus != B_OK) {
216 "%s\n", kProgramName, name, strerror(jobStatus));

Completed in 68 milliseconds