Creates an instance of _Run.
The name of the task to be executed.
The name of the project.
Optional
otherArguments: Record<string, string | number>Additional arguments for the task.
Private
Optional
Readonly
otherAdditional arguments for the task.
Private
Readonly
projectThe name of the project.
Private
Readonly
taskThe name of the task to be executed.
Generated using TypeDoc
Represents a class for executing a specific task in the application.