Skip to content

Documentation / @agentick/kernel / isNestedExecution

Function: isNestedExecution() ​

isNestedExecution(ctx): boolean

Defined in: kernel/src/execution-helpers.ts:35

Check if this execution is nested within another procedure. Opposite of isStandaloneExecution.

Parameters ​

ctx ​

KernelContext

Returns ​

boolean

Released under the ISC License.