Added new mode to production to stop it from showing on the downed tools.
This commit is contained in:
@ -174,6 +174,9 @@ public class ToolEventView
|
||||
if (evnt.ToUpper() == "WAITING_FOR_ENGINEER_SCHEDULED")
|
||||
return true;
|
||||
|
||||
if (evnt.ToUpper() == "UP_WITH_INCREASED_SAMPLING_SURFACE")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user