Request['id']); $job = $this->getModule('job')->getJobById($jobid); if(!is_null($job)) { $cmd = array('.bvfs_get_jobids', 'jobid="' . $job->jobid . '"'); $result = $this->getModule('bconsole')->bconsoleCommand($this->director, $cmd, $this->user); $this->output = $result->output; $this->error = (integer)$result->exitcode; } else { $this->output = BVFSError::MSG_ERROR_JOB_DOES_NOT_EXISTS; $this->error = BVFSError::ERROR_JOB_DOES_NOT_EXISTS; } } } ?>