Enum Class CommandApplicationResult

java.lang.Object
java.lang.Enum<CommandApplicationResult>
com.agentforge4j.runtime.command.CommandApplicationResult
All Implemented Interfaces:
Serializable, Comparable<CommandApplicationResult>, Constable

public enum CommandApplicationResult extends Enum<CommandApplicationResult>
Outcome of applying a sequence of LlmCommands in order.

Behaviour handlers translate this to execution outcomes via non-exported CommandApplicationResults helpers so command handling stays decoupled from the execution package.