Task
A representation of the invocation of an Executor
Properties
cache: boolean
Determines if a given task should be cacheable.
continuous: boolean
This denotes if the task runs continuously
endTime: number
Unix timestamp of when a Batch Task ends
hash: string
Hash of the task which is used for caching.
hashDetails: Object
Details about the composition of the hash
id: string
Unique ID
outputs: string[]
The outputs the task may produce
overrides: any
Overrides for the configured options of the target
parallelism: boolean
Determines if a given task should be parallelizable.
projectRoot: string
Root of the project the task belongs to
startTime: number
Unix timestamp of when a Batch Task starts
target: Object
Details about which project, target, and configuration to run.