remoteCommand

codioIDE. Namespace

remoteCommand

Description:
  • IDE Remote commands API methods
Source:

Methods

(async, static) run(command) → {Promise}

Description:
  • Executes remote command and returns a result as a promise
Source:
Parameters:
Name Type Description
command string | Array.<string> command to execute
Returns:
Type
Promise