AI-generated Key Takeaways
-
ReportJobStatus represents the status of a ReportJob running on the server within the ReportService.
-
Possible ReportJobStatus values are COMPLETED, IN_PROGRESS, and FAILED, each indicating a different stage of the report job execution.
Service
ReportService
Dependencies
getReportJobStatus()
▼
ReportJobStatus
Represents the status of a ReportJob running on the server.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
COMPLETED
|
The ReportJob has completed successfully and is ready to download. |
IN_PROGRESS
|
The ReportJob is still being executed. |
FAILED
|
The ReportJob has failed to run to completion. |