nngxStopCmdlist Function
NNGX_APICALL void NNGX_APIENTRY nngxStopCmdlist(
void
);
None.
Stops command list execution.
You cannot stop a command that is already running when this function is called.
Calling the nngxRunCmdlist function runs each command request in the command list object in turn. When this function is called, execution stops after the command currently running completes. (Commands are not interrupted if they have already started running or were issued in advance and are waiting to run. The number of commands issued in advance depends on the system.)
This function merely specifies to stop a command list execution, and it does not actually wait for command execution to stop. To confirm that command execution has stopped, use the nngxGetCmdlistParameteri function or call the nngxWaitCmdlistDone to wait for command execution to end.
To resume command request processing that has been stopped, call the nngxRunCmdlist function.
No errors occur in this function.
nngxRunCmdlist function.
CONFIDENTIAL