Completed ModBlock methods
This commit is contained in:
@@ -631,7 +631,7 @@ namespace CMS_CORE_Library.Models
|
||||
public int ActualDuration { get; set; } = 0;
|
||||
public int EstimatedDelay { get; set; } = 0;
|
||||
public int EstimatedDuration { get; set; } = 0;
|
||||
public List<ushort> PrecedingId { get; set; } = new List<ushort>();
|
||||
public List<short> PrecedingId { get; set; } = new List<short>();
|
||||
public bool Visible { get; set; } = false;
|
||||
public bool Running { get; set; } = false;
|
||||
public bool HasError { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user