initial copy
This commit is contained in:
13
s8n-runtime/RuntimeStatus.cs
Normal file
13
s8n-runtime/RuntimeStatus.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace s8n_runtime;
|
||||
|
||||
public enum RuntimeStatus
|
||||
{
|
||||
NotReady,
|
||||
Skipped,
|
||||
Started,
|
||||
Stopped,
|
||||
Executing,
|
||||
Executed,
|
||||
Error,
|
||||
CriticalError
|
||||
}
|
||||
Reference in New Issue
Block a user