-
Notifications
You must be signed in to change notification settings - Fork 0
Thread_get_return
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the value returned when the thread completed and returns it.
| Parameter | Data Type | Description |
|---|---|---|
| thread | integer | index of the thread |
variant: Returns the value returned by the thread when it completed.
// demonstrates obtaining the return value of a thread
var val;
val = thread_get_return(asynchthread);
NOTOC
This is number 1