aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/concurrently/dist/src/flow-control/kill-others.d.ts
blob: f10b7bba766ed3cb848ca8cac83cb17a8ded60c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 conditions;
    private readonly killSignal;
    constructor({ logger, conditions, killSignal, }: {
        logger: Logger;
        conditions: ProcessCloseCondition | ProcessCloseCondition[];
        killSignal: string | undefined;
    });
    handle(commands: Command[]): {
        commands: Command[];
    };
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage