Enum ReportProcessingStatus
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The enum representing all the report processing statuses.
public enum ReportProcessingStatus
- Extension Methods
Fields
DuplicateError = 6
The report was detected as a duplicate and will be removed.
Error = 3
The report could not be generated due to any error.
ExcelServerBuiltInReportError = 5
The report could not be generated due to an Excel server error, and it was a build in report.
ExcelServerError = 4
The report could not be generated due to an Excel server error, and it was NOT a built-in report.
Initialized = 0
The report storage entry is added to the datastore but no worker has picked it up yet for processing.
Processing = 1
One of the workers has picked the report and started processing.
Successful = 2
The report has been successfully generated.
Timeout = 7
The report could not be generated due to timeout exceeded.