Skip Non Executed Statements

skipbuffer

The interpreter mode furthermore supports the opportunity to skip already sent but not executed statements. The interpreter thread will then (after finishing the currently executing statement) skip all received but not executed statements.

After the skip, the interpreter thread will idle until new statements are received. skipbuffer will only skip already received statements, new statements can therefore be send right away.

Return value should be ignored

Note: skipbuffer must be sent in a line by itself, and thus cannot be combined with other commands or statements.