Struct CommandResult
- Namespace
- DisCatSharp.CommandsNext
- Assembly
- DisCatSharp.CommandsNext.dll
Represents a command's execution result.
public struct CommandResult
- Inherited Members
Properties
- Context
Gets the context in which the command was executed.
- Exception
Gets the exception (if any) that occurred when executing the command.
- IsSuccessful
Gets whether the command execution succeeded.