equal
deleted
inserted
replaced
467 } |
467 } |
468 |
468 |
469 |
469 |
470 /* actions */ |
470 /* actions */ |
471 |
471 |
472 def start(timeout: Time = Time.seconds(10), use_socket: Boolean = false, args: List[String]) |
472 def start(timeout: Time = Time.seconds(25), use_socket: Boolean = false, args: List[String]) |
473 { session_actor ! Start(timeout, use_socket, args) } |
473 { session_actor ! Start(timeout, use_socket, args) } |
474 |
474 |
475 def stop() { commands_changed_buffer !? Stop; session_actor !? Stop } |
475 def stop() { commands_changed_buffer !? Stop; session_actor !? Stop } |
476 |
476 |
477 def cancel_execution() { session_actor ! Cancel_Execution } |
477 def cancel_execution() { session_actor ! Cancel_Execution } |