Contents

stop

Stops the queue.

Declaration

virtual bool stop() = 0;

Return Value

Returns the previous running state of the queue, true if the queue was running, false if the queue was already stopped.

Overview

Stop the queue and prevent it from sending packets to its target.

See Also

Miscellaneous