Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaskMemory<RESULT, ARGUMENTS>

Type parameters

  • RESULT

  • ARGUMENTS: unknown[]

Hierarchy

  • TaskMemory

Index

Constructors

constructor

Properties

Private _$id

Private _$idn

_$idn: string

Private _$pid

Private _$pidn

_$pidn: string

Private _$r

_$r: SClassMemory<RESULT>

Private _$rn

_$rn: string

Private _$rt

Private _$rtn

_$rtn: string

Private _$v

Private _$vn

_$vn: string

Private _$vt

_$vt: SClassMemory<string>

Private _$vtn

_$vtn: string

Private _isInitialized

_isInitialized: boolean = false

Private _name

_name: string

Private _parent

Private _properties

_properties: Properties

Private _wrapper

_wrapper: Connectable

Methods

cancelWith_

  • cancelWith_(id: number, reason: string): void

cancel_

  • cancel_(): void

completeWith_

  • completeWith_(id: number, result: RESULT | null): void

create_

  • create_(args: ARGUMENTS): void

dataEventHandlerId_

dataEventHandlerPid_

dataEventHandler_

dataHistoryHook_

  • dataHistoryHook_(part: string): void

getArgument_

  • getArgument_(index: number): unknown

getArguments_

  • getArguments_(): ARGUMENTS

getEvents_

getReason_

  • getReason_(): string | null

getResult_

  • getResult_(): RESULT | null

getWrapper_

Private initWrapper_

initialize_

  • initialize_(): void

isCanceled_

  • isCanceled_(): boolean

isDone_

  • isDone_(): boolean

isFailed_

  • isFailed_(): boolean

isInitialized_

  • isInitialized_(): boolean

isLocked_

  • isLocked_(): boolean

isNonNull_

  • isNonNull_(): boolean

isReadOnly_

  • isReadOnly_(): boolean

isSucceeded_

  • isSucceeded_(): boolean

lock_

  • lock_(): void

toJson_

  • toJson_(): object

toString_

  • toString_(): string

triggerEvents_

uninitialize_

  • uninitialize_(): void

unlock_

  • unlock_(): void

Generated using TypeDoc