Task
Classes
Represents a computation task, where computation is performed in cycles. Each cycle is intended to complete very quickly, and be executed by ConcurrentExecutor
Members
-
id_counter :
number -
started :
Signal -
completed :
Signal -
failed :
Signal
id_counter : number
Kind: global variable
started : Signal
Kind: global variable
Read only: true
completed : Signal
Kind: global variable
Read only: true
failed : Signal
Kind: global variable
Read only: true