The Robot Application Programming Interface Delegate Project
|
QueueState is a message that holds single queues of pending, active, completed and sent commands. More...
import "QueueState.idl";
Public Attributes | |
public SingleQueue | pending |
public SingleQueue | active |
public SingleQueue | completed |
public SingleQueue | sent |
This is primarily used with a Sequencer that handles the queueing of commands.
public SingleQueue active |
public SingleQueue completed |
public SingleQueue pending |
public SingleQueue sent |