Working on getting the history to have enough data to track print failures.

This commit is contained in:
Lars Brubaker 2016-02-23 09:32:26 -08:00
parent f6060939dd
commit b62f8e9704
3 changed files with 42 additions and 5 deletions

View file

@ -331,6 +331,8 @@ namespace MatterHackers.MatterControl.DataStorage
PrintStart = DateTime.Now;
}
public string PrintProgressJson { get; set; }
public bool PrintComplete { get; set; }
public DateTime PrintEnd { get; set; }