Class UndoAction
Trigger an undo of the latest executed command.
public class UndoAction : ExecutableAction
- Inheritance
-
UndoAction
- Inherited Members
Fields
UndoActionKind
The kind value used for this kind of action
public const string UndoActionKind = "glspUndo"
Field Value
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
Methods
ExecuteAsync(IGlspSession)
Executes the action in the context of the given session
public override Task ExecuteAsync(IGlspSession session)
Parameters
session
IGlspSessionThe session in which to execute the action