Enum DeviceShareStatus
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The various statuses that a DeviceShare can have.
public enum DeviceShareStatus
- Extension Methods
Fields
The device share request has been approved and is active.
The device share has been cancelled by the source database before it was accepted by the target.
The data stream failed to start for the device share.
The device share request is pending.
The device share has been rejected by the target database.
The incoming device share request has been accepted by a user on this database. This status will change to Active once the updated request has been processed.
The incoming device share request has been cancelled by a user on this database before it was accepted by the target database (via the UI). This status will change to Cancelled once the updated request has been pulled from MyAdmin by the DeviceShareDownloaderService.
The incoming device share request has been declined by a user on this database (via the UI). This status will change to Rejected once the updated request has been pulled from MyAdmin by the DeviceShareDownloaderService.
The outgoing device share request has been created by a user on the source database and is waiting for MyAdmin to confirm the device share has been successfully created. This status will change to Pending once MyAdmin confirms.
Termination of an incoming active device share has been requested by a user on this database. This status will change to Terminated once the updated request has been processed.
The active device share has been terminated by the target database.