Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • I

Hierarchy

  • ITask

Index

Properties

Methods

Properties

Readonly name

name: string

Methods

execute

  • execute(model: I): Promise<IMessage<any, any>>
  • All your business logic related to the task should be executed here. A task tends to be a controller, so you can inject services among other things in the ctor

    Parameters

    • model: I

    Returns Promise<IMessage<any, any>>

Generated using TypeDoc