async restart(app, opt = {}, immediate = false) {
        opt.timeout = parseTimeout(opt.timeout)
        return this._connectAndSend({
            name: 'restart',
            app,