Decorator function for marking a class as a task module. This step is required to correctly mark task class.
@Decorators.Task expect to receive the following arguments: (name | string), (description | string),
(runner | @Decorators.Runner() class {}), (module | INestApplication), (providers | Array(@Injectable() class{}))
Example: @Decorators.Task({ ... }) class ExampleTask {}
Decorator function for marking a class as a task module. This step is required to correctly mark task class. @Decorators.Task expect to receive the following arguments: (name | string), (description | string), (runner | @Decorators.Runner() class {}), (module | INestApplication), (providers | Array(@Injectable() class{}))
Example: @Decorators.Task({ ... }) class ExampleTask {}