Skip to content

dsdk / v1.47 / execStart

Function: execStart() ​

execStart(opts, callback): void

Start an exec instance

Starts a previously set up exec instance. If detach is true, this endpoint returns immediately after starting the command. Otherwise, it sets up an interactive session with the command.

Parameters ​

ParameterType

opts

ExtendedOptions<ExecStartData>

callback

StreamCallbackFn

Returns ​

void