Runner

object Runner

reusable actions for Runners

class Object
trait Matchable
class Any
Runner.type

Value members

Concrete methods

def execute(action: Action[Stats], env: Env, exit: Boolean): Unit

Execute some actions and exit with the proper code if 'exit' is true

Execute some actions and exit with the proper code if 'exit' is true

def exitSystem(status: Int, exit: Boolean): Unit

Exit the JVM with a given status

Exit the JVM with a given status