open fun start(): Unit
Start the shell service, this is an asynchronous start.
open fun start(startHandler: Handler<AsyncResult<Void>>): Unit
Start the shell service, this is an asynchronous start.
startHandler - handler for getting notified when service is started