Skip to content

Documentation / @agentick/kernel / getParentPid

Function: getParentPid() ​

getParentPid(ctx): string | undefined

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

Get the parent procedure's PID if one exists.

Parameters ​

ctx ​

KernelContext

Returns ​

string | undefined

Released under the ISC License.