Enum Status
- Namespace
- Geotab.Checkmate.ObjectModel.Files
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The status of an uploaded file.
public enum Status
- Extension Methods
Fields
NoFile = 3Media file has not been uploaded.
Processing = 1The file is being processed.
Ready = 2The file is ready.
Unknown = 0The status is unknown.