Click or drag to resize

CommandQueueEnqueueCommand Method

Enqueues the command specified and makes it the current command.

Namespace:  SD.Tools.Algorithmia.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public bool EnqueueCommand(
	CommandBase toEnqueue
)

Parameters

toEnqueue
Type: SD.Tools.Algorithmia.CommandsCommandBase
To enqueue.

Return Value

Type: Boolean
true if enqueue action succeeded, false otherwise
See Also