Reconnect to a running command by its command ID.
Returns a new CommandHandle that resumes output from the given offsets.
reconnect(commandId: string, options: __type = {}): Promise<CommandHandle>| Name | Type | Description |
|---|---|---|
commandId* | string | The server-assigned command ID. |
options | __type | Default: {}Reconnection options with byte offsets. |