run_command
Name
run_command — deprecated, use run_command2
Synopsis
#include "control.h"
| int **run_command** (
| cc, | |
| | response)
; | |
command_construct * <var class="pdparam">cc</var>
;
string * <var class="pdparam">response</var>
;
Description
Note
This API is deprecated; use run_command2 instead.
It is legal to call this function in the Scheduler
thread.