/** * SMI-2754: TaskRunner Process Management Tests * * Tests for gracefulShutdown and killProcess covering all uncovered branches: * 1. gracefulShutdown: SIGTERM succeeds, process exits before grace (SIGKILL check throws ESRCH) * 2. gracefulShutdown: SIGTERM throws ESRCH → early return * 3. gracefulShutdown: SIGTERM succeeds, process still alive after grace → SIGKILL sent * 4. killProcess: SIGKILL succeeds (no throw) * 5. killProcess: throws ESRCH → silently swallowed * 6. killProcess: throws non-ESRCH error → re-throws */ export {}; //# sourceMappingURL=TaskRunner.process.test.d.ts.map