softInterrupt()

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

NameTypeRequiredDescription
thethreadanyNoJava object representing the thread to interrupt