FileLockHandle
Defined in: src/launcher/lock.ts:41
Result of a successful lock acquisition.
Properties
Section titled “Properties”readonly path: string;Defined in: src/launcher/lock.ts:43
Path to the lockfile (informational).
Methods
Section titled “Methods”release()
Section titled “release()”release(): void;Defined in: src/launcher/lock.ts:46
Release the lock — truncates the file to zero bytes; the file itself persists as a slot marker. Idempotent.
Returns
Section titled “Returns”void