namespace s8n_runtime; public enum RuntimeStatus { NotReady, Skipped, Started, Stopped, Executing, Executed, Error, CriticalError }