Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GlobalJob

A global job.

Hierarchy

Index

Properties

Readonly description

description: string

A description for the job.

Readonly isRunning

isRunning: boolean

Gets if the job is currently running or not.

Readonly name

name: string

The (display) name.

Readonly start

start: () => boolean

Starts the job.

returns

Operation was successful or not.

Type declaration

    • (): boolean
    • Returns boolean

Readonly stop

stop: () => boolean

Stops the job.

returns

Operation was successful or not.

Type declaration

    • (): boolean
    • Returns boolean

Methods

dispose

  • dispose(): any
  • Dispose this object.

    Returns any

Generated using TypeDoc