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 = 6The report was detected as a duplicate and will be removed.
Error = 3The report could not be generated due to any error.
ExcelServerBuiltInReportError = 5The report could not be generated due to an Excel server error, and it was a build in report.
ExcelServerError = 4The report could not be generated due to an Excel server error, and it was NOT a built-in report.
Initialized = 0The report storage entry is added to the datastore but no worker has picked it up yet for processing.
Processing = 1One of the workers has picked the report and started processing.
Successful = 2The report has been successfully generated.
Timeout = 7The report could not be generated due to timeout exceeded.