Base class: Object

Lua
C++
Edit

Thread

This class provides an interface for creating multithreaded applications. Ultra Engine already uses extensive multithreading, and you generally do not need to use these commands yourself, but they are available for advanced programmers.

Property Type Description
GetResult Method returns the thread result
GetState Method returns the current thread state
Start Method begins thread execution
Wait Method waits for the thread to complete execution
CreateThread Function creates a new thread
MaxThreads Function returns the number of simultaneous threads the CPU can execute
Copyright © 2024 Ultra Software.
All rights reserved.