Concurrency.spawnThread
Last updated
Last updated
Waits for a series of functions to be run first.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
Key | Description | Output Type |
---|---|---|
The action performed if this function runs successfully.
The action performed if this function runs successfully.
Coming Soon.
Coming Soon.
Coming Soon.
Coming Soon.
Description | Output Type |
---|---|
Description | Output Type |
---|---|
successCallback
All the functions in threadCallback will need to be completed before successCallback is run.
Any
-
-
No
threadCallback
The series of functions to be completed before successCallback can be run.
Any
-
-
No
extra
The stored value that is passed to all the callbacks.
Any
-
-
No
Returns the formatted information.
Object
success
Boolean value to denote whether the function was executed successfully.
Text
message
The message to print.
Text
data
Any additional message or data to print.
Text
Returns the successCallback parameter.
Any
Returns the threadCallback parameter.
Any