Class: ThreadManager
Methods
-
doWhen
(block, receiver, stopIt)
-
Name |
Type |
Description |
block |
?
|
|
receiver |
?
|
|
stopIt |
boolean
|
|
-
findProcess
(block, receiver)Process
-
Name |
Type |
Description |
block |
?
|
|
receiver |
?
|
|
Returns:
-
-
Returns:
-
-
Name |
Type |
Description |
stage |
?
|
|
-
processesForBlock
(block, only)Array.<Process>
-
Name |
Type |
Default |
Description |
block |
?
|
|
|
only |
boolean
|
false
|
optional
|
Returns:
-
removeTerminatedProcesses
()
-
-
-
Name |
Type |
Description |
stage |
?
|
|
-
startProcess
(block, receiver, isThreadSafe, exportResult, callback, isClicked, rightAway)Process
-
Name |
Type |
Description |
block |
?
|
|
receiver |
?
|
|
isThreadSafe |
boolean
|
|
exportResult |
boolean
|
|
callback |
function
|
|
isClicked |
boolean
|
|
rightAway |
?
|
|
Returns:
-
-
-
-
Name |
Type |
Description |
excpt |
?
|
optional
|
-
stopAllForBlock
(aTopBlock)
-
Name |
Type |
Description |
aTopBlock |
?
|
|
-
stopAllForReceiver
(rcvr, excpt)
-
Name |
Type |
Description |
rcvr |
?
|
|
excpt |
?
|
|
-
stopProcess
(block, receiver)
-
Name |
Type |
Description |
block |
?
|
|
receiver |
?
|
|
-
toggleProcess
(block, receiver)?
-
Name |
Type |
Description |
block |
?
|
|
receiver |
?
|
|
Returns:
-
-