CommandResultAccessor

Functions

Link copied to clipboard
abstract fun getCommandResult(): Map<String, Any>
abstract fun <R> getCommandResult(key: String): R?
Link copied to clipboard
abstract fun setCommandResult(key: String, value: Any)