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 = 3
Media file has not been uploaded.
Processing = 1
The file is being processed.
Ready = 2
The file is ready.
Unknown = 0
The status is unknown.