ReadonlyargsA task's arguments. Used for spawned processes.
ReadonlycancellationAn AbortSignal for task cancellation. Tasks should cancel when it emits.
ReadonlycwdA task's working directory. Used as root for paths in file operations and for spawned processes.
ReadonlyenvA task's environment variables. Used for spawned processes.
ReadonlylevelA task's log level.
ReadonlyprefixWhether a task will prefix all lines of its stdout and stderr writes with the stringification of its route.
ReadonlyrouteA task's route.
ReadonlystdioA task's stdin, stdout and stderr.
Task Context definition.