Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BackgroundProcess

Index

Constructors

constructor

  • new BackgroundProcess(process: Promise<any>, processType: string, name: string, startTime?: Date, options?: any): BackgroundProcess
  • Parameters

    • process: Promise<any>
    • processType: string
    • name: string
    • Optional startTime: Date
    • Optional options: any

    Returns BackgroundProcess

Properties

error

error: any

name

name: string

options

options: any

process

process: Promise<any>

result

result: any

startTime

startTime: Date

type

type: string

userAction

userAction: boolean

Static TYPE_UNDEFINED

TYPE_UNDEFINED: string = TYPE_UNDEFINED

Generated using TypeDoc