Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Job

Hierarchy

  • Job

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

data

data: any

func

func: Function

id

id: number

runTime

runTime: number

trigger

trigger: any

type

type: number

Methods

excuteTime

  • excuteTime(): any

nextTime

  • nextTime(): any
  • Compute the next excution time

    Returns any

run

  • run(): void
  • Run the job code

    Returns void