Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > handler()

 

handler()

Syntax

whichFrame.handler()

Description

Multiuser Server server-side debugging function; returns as a symbol the name of the handler currently being run in the stack frame.

Example

These statements get the name of the handler running in frame 5 of the execution stack:

frame = theThread.frame(5)
theHandler = frame.handler()
return theHandler