CFML Functions

thread Category functions

Function Name Description
GetAllthreads Returns all the active threads in an array
ThreadInterrupt Sends an interrupt signal to the thread object given
ThreadIsalive Determines if the given thread object is still running
ThreadJoin Waits for the given thread object to finish running
ThreadRunningtime Returns the time the thread has been executing for, in milliseconds
ThreadStop Terminates the running thread object