Tasks embody individual jobs given to the underlying child processes. Each instance has a promise that will be resolved or rejected based on the result of the task.
is the value written to stdin to perform the given task.
is used to parse resulting data from the underlying process to a typed object.
Readonly
the resolution or rejection of this task.
true if the wrapped promise was rejected
Tasks embody individual jobs given to the underlying child processes. Each instance has a promise that will be resolved or rejected based on the result of the task.