ProcessControl

data class ProcessControl(val toolDelay: Delay = Delay.NONE, val operationDelay: Delay = Delay.NONE, val earlyTerminationPolicy: EarlyTerminationPolicy)

Controls Process running. Prevents infinite loops, enforces budget limits, and manages delays.

Constructors

Link copied to clipboard
constructor(toolDelay: Delay = Delay.NONE, operationDelay: Delay = Delay.NONE, earlyTerminationPolicy: EarlyTerminationPolicy)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard