[ALL] Add full status backup, not just nodump

This commit is contained in:
Matt Nadareski
2016-09-21 15:45:40 -07:00
parent 323b77a78a
commit ae27ba2157
6 changed files with 168 additions and 65 deletions

View File

@@ -83,6 +83,18 @@
Archive = 5,
}
/// <summary>
/// Determine the status of the item
/// </summary>
public enum ItemStatus
{
None = 0,
Good = 1,
BadDump = 2,
Nodump = 3,
Verified = 4,
}
#endregion
#region Skippers and Mappers