Show / Hide Table of Contents

Method Redo

| Edit this page View Source

Redo(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.
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
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾