📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 14:43:51
📂
/ (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: flow-controller.d.ts
Writable
import { Command } from '../command'; /** * Interface for a class that controls and/or watches the behavior of commands. * * This may include logging their output, creating interactions between them, or changing when they * actually finish. */ export interface FlowController { handle(commands: Command[]): { commands: Command[]; onFinish?: () => void | Promise<void>; }; }
💾 Save Changes
❌ Cancel