Class ProcessTaskRunner

Task runner that runs a task as a process or a command inside a shell.

Implements

Constructors

Properties

logger: ILogger
rawProcessFactory: RawProcessFactory
taskFactory: TaskFactory
taskTerminalProcessFactory: TaskTerminalProcessFactory

Methods

  • Parameters

    • filePath: string

    Returns Promise<boolean>

    Deprecated

    Remove ProcessTaskRunner.findCommand, introduce process "started" event Checks for the existence of a file, at the provided path, and make sure that it's readable and executable.