Returned when a command is excecuted. This tells the parser if the command worked or if it failed, which objects it worked on and which it failed on, and gives an error message to display to the user if the command failed.

Namespace: BaseLib.Commands
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public class CommandResult

Inheritance Hierarchy

System..::..Object
  BaseLib.Commands..::..CommandResult

See Also