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;
        }