CommandResultCapable

Interface for objects that can provide command execution results. Implementations of this interface expose their results as a map of key-value pairs, allowing for flexible result representation and access.

Inheritors

Properties

Link copied to clipboard
abstract val result: Map<String, Any>

The result of the command execution as a map. Keys represent result field names, values are the corresponding data.