This commit is contained in:
@@ -381,6 +381,23 @@ namespace CMS_CORE_Library.Models
|
||||
public bool StartStopQueueEnabled;
|
||||
}
|
||||
|
||||
public class SelectedProcessData
|
||||
{
|
||||
public short Origin { get; set; }
|
||||
|
||||
public short ActiveOffsetId { get; set; }
|
||||
}
|
||||
|
||||
public enum ORIGIN
|
||||
{
|
||||
NONE = 0,
|
||||
G54 = 1,
|
||||
G55 = 2,
|
||||
G56 = 3,
|
||||
G57 = 4,
|
||||
G505 = 5
|
||||
}
|
||||
|
||||
public enum QUEUE_STATUS
|
||||
{
|
||||
NOT_ACTIVE = 0,
|
||||
|
||||
Reference in New Issue
Block a user