A work type performed by this workload.
Readonly
allocatorWork allocator.
Readonly
nameHuman-readable workload name.
Builds a human-readable name of the work performed by this workload.
This is used e.g. to construct a default error message for WorkDoneError.
Optional
_work: TWorkTarget work.
A string containing work name.
Generated using TypeDoc
A workload able to perform a work within a workbench.
The work specific to workload is represented by work instances. Such instances are available in * workbench and can be used e.g. to run workload-specific tasks.
The same workload instance can be used in different workbenches.