diff --git a/components/engine/runtime/server.go b/components/engine/runtime/server.go index 0d2b71dea7..a74c4d1200 100644 --- a/components/engine/runtime/server.go +++ b/components/engine/runtime/server.go @@ -6,4 +6,5 @@ import ( type Server interface { LogEvent(action, id, from string) *utils.JSONMessage + IsRunning() bool // returns true if the server is currently in operation }