QueueJob
status_t QueueJob(BSupportKit::BJob* job);
if ((result = QueueJob(fetchJob)) != B_OK) {
if ((result = QueueJob(activateJob)) != B_OK) {
if ((result = QueueJob(cleanUpJob)) != B_OK) {
if ((error = QueueJob(fetchJob)) != B_OK) {
if ((error = QueueJob(validateJob)) != B_OK) {
if ((result = QueueJob(removeRepoJob)) != B_OK) {
if ((result = QueueJob(validateChecksumJob)) != B_OK) {
if ((result = QueueJob(fetchCacheJob)) != B_OK) {
if ((result = QueueJob(validateChecksumJob)) != B_OK) {
if ((result = QueueJob(activateJob)) != B_OK) {
if ((result = QueueJob(fetchChecksumJob)) != B_OK) {
bool QueueJob(Job* job);
if (!fJobQueue.QueueJob(job)) {