Method Redo
| Edit this page View SourceRedo(string)
Execute the redo action of the item after the queue's current position and increase the position pointer.
If a queue with the provided name does not exist it is automatically created.
If a queue with the provided name does not exist it is automatically created.
Declaration
public bool Redo(string queueName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | queueName | Global name of the queue |
Returns
| Type | Description |
|---|---|
| bool | true if an action was redone, false if no actions exist or the action failed |