Interface RunningInterpreter

    • Method Detail

      • connections

        scala.collection.immutable.Seq<ConnectionSnapshot> connections()
        Each connection between logics in the interpreter
        Returns:
        (undocumented)
      • runningLogicsCount

        int runningLogicsCount()
        Total number of non-stopped logics in the interpreter
        Returns:
        (undocumented)
      • stoppedLogics

        scala.collection.immutable.Seq<LogicSnapshot> stoppedLogics()
        All logics that has completed and is no longer executing
        Returns:
        (undocumented)