logo

class

build::Exec

sys::Obj
  build::Task
    build::Exec

Exec is used to run an external OS process

Slots

make

new make(BuildScript script, Str[] cmd, File dir := null)

Source

process

Process process

Source

run

override Void run()

Run this task. If there is an error, the report them via the script's log and throw FatalBuildErr if the script should be terminated.

Source