(command: InstanceCommand)
| 342 | |
| 343 | // force the command to execute |
| 344 | async forceExec(command: InstanceCommand) { |
| 345 | return await command.exec(this); |
| 346 | } |
| 347 | |
| 348 | // set instance state or get state |
| 349 | status(v?: number) { |
no test coverage detected