ReportService::getReportJobStatus PHP 메소드

getReportJobStatus() 공개 메소드

Returns the {@link ReportJobStatus} of the report job with the specified ID.
public getReportJobStatus ( $reportJobId )
        public function getReportJobStatus($reportJobId)
        {
            $args = new GetReportJobStatus($reportJobId);
            $result = $this->__soapCall("getReportJobStatus", array($args));
            return $result->rval;
        }