Private
appFlag indicating whether the application index is initialized.
Private
appMemoized application index associated with the task.
Private
argsFlag indicating whether the arguments are initialized.
Private
argsMemoized array of property metadata for arguments associated with the task.
Private
deprecatedMemoized if task is deprecated
Private
descriptionMemoized description of the task.
Private
dtoFlag indicating whether the DTO index is initialized.
Private
dtoMemoized DTO index associated with the task.
Private
dtoFlag indicating whether the DTO is initialized.
Private
dtoMemoized DTO (Data Transfer Object) class associated with the task.
Private
loggerFlag indicating whether the logger index is initialized.
Private
loggerMemoized logger index associated with the task.
Private
moduleMemoized module class associated with the task.
Private
nameMemoized name of the task.
Private
providersMemoized array of provider classes associated with the task.
Private
runnerMemoized runner class associated with the task.
Readonly
taskThe task class.
Retrieves the application index associated with the task.
Retrieves the array of property metadata for arguments associated with the task.
Retrieves the array of provider classes associated with the task.
Retrieves the description of the task.
Retrieves the DTO index associated with the task.
Retrieves the logger index associated with the task.
Retrieves the name of the task.
Generated using TypeDoc
Represents a task within the NestTask application.