Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaskRunnerEvent

Hierarchy

Implements

  • ITaskRunnerStatus

Index

Constructors

constructor

Properties

created

created: Date = ...

creation date of this task

error

error: Error | { message: string; name: string }

Error

finished

finished: string[] = []

running tasknames

id

id: string

Id of event itself

instNr

instNr: number

Nr of nodeId instance if multiple are running

nodeId

nodeId: string

Id of system node which created the event

nr

nr: number

Intern task runner number

reqEventId

reqEventId: string

Id of requesting event id node

respId

respId: string

Id of responding system node

running

running: string[] = []

running tasknames

seqNr

seqNr: number = 0

For multiparted messages

skipping

skipping: boolean = false

response exists but shouldn't be ad to results

started

started: Date

started

state

state: TASK_STATES = 'proposed'

Runner states

stopped

stopped: Date

stopped

targetIds

targetIds: string[]

Id of target system node

Used for direct task allocation

taskNames

taskNames: string[] = []

all task names

Static inc

inc: number = 0

Methods

of

  • of(system: { instNr: number; nodeId: string }): void

Generated using TypeDoc