Readonly
argsA task's arguments. Used for spawned processes.
Readonly
cancellationAn AbortSignal for task cancellation. Tasks should cancel when it emits.
Readonly
cwdA task's working directory. Used as root for paths in file operations and for spawned processes.
Readonly
envA task's environment variables. Used for spawned processes.
Readonly
levelA task's log level.
Readonly
prefixWhether a task will prefix all lines of its stdout and stderr writes with the stringification of its route.
Readonly
routeA task's route.
Readonly
stdioA task's stdin, stdout and stderr.
Task Context definition.