|
JobState Enumeration |
Backup State
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
SyntaxPublic Enumeration JobState
public enum class JobState
Members
| Member name | Value | Description |
---|
| Finished | 1 | |
| Running | 2 | |
| Error | 3 | |
| Opened | 0 | |
See Also