Continue¶
-
void ICommandQueue.Continue()¶
Continues execution of remaining commands of command sequences in the queue after execution of a command fails.
- Throws
InvalidOperationException
– Queue state not “Halted”.ResourceBusyException
– Axis associated with queue is part of an axis control group.ResourceBusyException
– Queue is in use by homing.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
This does not lead to (re)execution of the command that initially failed. State of the queue will be CommandQueueState.Running when there are remaining commands, or CommandQueueState.Idle otherwise.