io commander
This commit is contained in:
12
VisionBuilder.UI.IOCommander/EProcessingEvent.cs
Normal file
12
VisionBuilder.UI.IOCommander/EProcessingEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace VisionBuilder.UI.IOCommander;
|
||||
|
||||
public enum EProcessingEvent
|
||||
{
|
||||
ProgramStarted,
|
||||
ProgramEnded,
|
||||
SessionStarted,
|
||||
SessionEnded,
|
||||
ErrorOccurred,
|
||||
GoodOccured,
|
||||
TestMode
|
||||
}
|
||||
Reference in New Issue
Block a user