-
Notifications
You must be signed in to change notification settings - Fork 0
Thread_get_finished
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Checks if the given thread has finished or not.
| Parameter | Data Type | Description |
|---|---|---|
| thread | integer | index of the thread |
boolean: Returns whether or not the thread has finished.
if (thread_finished(asynchthread) {
// thread has finished
} else {
// thread has not finished
}
NOTOC
This is number 1