ThreadInterrupt
Interrupt the specific thread by name or all threads managed by the thread manager.
Example:
This will interrupt the thread with the name "myThread".
Example:
This will interrupt all threads managed by the thread manager.
Method Signature
Arguments
Argument
Type
Required
Description
Default
name
string
false
The name of the thread to interrupt. If not passed, we interrupt ALL threads.
Examples
Related
Last updated
Was this helpful?