import { BaseRunner } from "https://deno.land/x/pup@1.0.0-rc.2/lib/types/runner.ts";
Constructors
new
BaseRunner(pup: Pup, processConfig: ProcessConfiguration)Properties
protected
readonly
processConfig: ProcessConfigurationprotected
readonly
pup: PupMethods
abstract
kill(signal?: Deno.Signal): voidabstract
run(runningCallback: RunnerCallback): Promise<RunnerResult>