Enum ReportStatus
Represents the status of an asynchronous report request.
public enum ReportStatus
Fields
Aborted = 3The report was aborted before completion.
Failed = 4The report generation failed.
Pending = 0The report has been received and is waiting to be processed.
Processing = 1The report is currently being generated.
Success = 2The report was generated successfully.
Truncated = 5The report was truncated because it exceeded the maximum allowed size.