Details and queue management
This commit is contained in:
@@ -12,7 +12,12 @@ namespace LeafWeb.WebCms.Models
|
||||
public string LeafInputSiteId { get; set; }
|
||||
public string LeafInputPhotosynthesisType { get; set; }
|
||||
public bool HasLeafChart { get; set; }
|
||||
public bool IsRunning { get; set; }
|
||||
public bool IsComplete { get; set; }
|
||||
public bool IsDeletable { get; set; }
|
||||
public bool IsPending { get; set; }
|
||||
public string CurrentStatus { get; set; }
|
||||
|
||||
//public string[] ErrorMessages { get; set; }
|
||||
//public string[] LeafOutputFilenames { get; set; }
|
||||
//public bool HasLeafChartOutputFile { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user