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 ​
| Parameter | Type | Description |
|---|---|---|
_prefix? | string | Deprecated, ignored. Kept for backwards compatibility. |
Returns ​
string