Skip to content

AIDK API Reference / aidk/engine / generatePid

Function: generatePid() ​

ts
function generatePid(_prefix?: string): string;

Defined in: packages/core/src/engine/execution-types.ts:350

Generate a unique process ID (execution identifier)

Parameters ​

ParameterTypeDescription
_prefix?stringDeprecated, ignored. Kept for backwards compatibility.

Returns ​

string

Released under the MIT License.