Completed ModBlock methods

This commit is contained in:
Samuele Locatelli
2020-05-30 15:15:40 +02:00
parent 3287eccd70
commit 8264875bc6
2 changed files with 58 additions and 40 deletions
+1 -1
View File
@@ -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;