Overview
public boolean function softInterrupt(
any thethread
)
Interrupts the given thread by setting a Lucee variable that the thread could respond to. Hence, super soft!
Arguments
Name | Type | Required | Description |
---|
thethread | any | No | Java object representing the thread to interrupt |