Options
Menu

Class ParameterizedTasksImpl

Hierarchy

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

Properties

_onComplete

_onComplete: Function

_onComplete function signature

  • ()

tasks

tasksExecuted

tasksExecuted: boolean

Methods

addTask

  • addTask(name: string, task: Function)
  • Parameters

    • name: string
    • task: Function
      • task function signature
        • (params?: Array<any>)
        • Parameters

          • params?: Array<any> optional

execute

  • execute(params?: Array<any>)
  • Parameters

    • params?: Array<any> optional

onComplete

  • onComplete(cb: Function)

reset

  • reset()

Generated using TypeDoc