AgentProcessExecution

Successful result of directly trying to execute a goal. Failure results in an exception being thrown.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Process that executed and is now complete

Link copied to clipboard
val basis: Any

What triggered this result. Process input.

Link copied to clipboard
val output: Any

Output object

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
open override fun toString(): String