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)

Types

Link copied to clipboard
class Builder

Nested builder for ProcessControl objects.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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