Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides proof of a scheduled Dispatch job and allows its scheduling to be manipulated.

Hierarchy

  • JobToken

Index

Methods

Methods

cancel

  • cancel(): void
  • Cancels the job. For one-time jobs, if the job has already fired, calling this has no effect.

    Returns void

pause

  • pause(): void
  • Pauses the job, preventing it from firing until resume is called.

    Returns void

resume

  • resume(): void
  • Resumes a job whose scheduling was paused with pause.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc