📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 09:58:30
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
/
flow-control
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src/flow-control
🔄 Refresh
✏️
Editing: kill-others.d.ts
Writable
/// <reference types="node" /> import { Command } from '../command'; import { Logger } from '../logger'; import { FlowController } from './flow-controller'; export type ProcessCloseCondition = 'failure' | 'success'; /** * Sends a SIGTERM signal to all commands when one of the commands exits with a matching condition. */ export declare class KillOthers implements FlowController { private readonly logger; private readonly abortController?; private readonly conditions; private readonly killSignal; constructor({ logger, abortController, conditions, killSignal, }: { logger: Logger; abortController?: AbortController; conditions: ProcessCloseCondition | ProcessCloseCondition[]; killSignal: string | undefined; }); handle(commands: Command[]): { commands: Command[]; }; }
💾 Save Changes
❌ Cancel