()
| 439 | } |
| 440 | |
| 441 | override registerCallbacks() { |
| 442 | this.eventHub.on('executeResult', this.onExecuteResult, this); |
| 443 | this.eventHub.on('executor', this.onExecutor, this); |
| 444 | this.eventHub.on('executorClose', this.onExecutorClose, this); |
| 445 | } |
| 446 | |
| 447 | requestResendResult(id: number | string) { |
| 448 | if (typeof id === 'string') { |