ThreadTerminate()
Stops processing of the thread specified in the name attribute.
If you terminate a thread, the thread scope includes an ERROR metadata structure with information about the termination. (optional, default=run)
	ThreadTerminate( name=string );
	
	Returns: void
| Argument | Description | 
|---|---|
| 
									name
								string,
									
										required | edit The name of the thread to stop. | 
Examples
There are currently no examples for this function 40,670ms WARN No examples for function threadTerminateSee also
- Threads
- ThreadInterrupt()
- ThreadJoin()
- <cfthread>
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)
