Returns the commands to run (in-order and synchronously) that will result.
Gets this Job's dependencies (its prerequisites, recursively)
an array containing a deep scan of the Job's prerequisites.
Gets the environment this job must run under.
A recipe for the job's runtime environment.
Gets the number of prerequisites that this Job has.
The number of prerequisites.
Gets this Job's prerequisite files as an iterable.
Returns an iterable to prevent modifying the prerequisites directly.
An iterable that iterates over this Job's prerequisite files.
Gets this Job's prerequisite Jobs as an iterable.
Returns an iterable to prevent modifying the prerequisites directly.
An iterable that iterates over this Job's prerequisite Jobs.
Get this job's target.
The target is the resulting file.
This job's target.
Sets the environment this job must run under.
Generated using TypeDoc
A job for a Daemon to complete.