ReqEventProcess.isEventHandled Method [AX 2012]
Determines whether the event was handled by the class.
Syntax
public boolean isEventHandled()
Run On
Called
Return Value
Type: boolean
true if the event was handled by the class; otherwise, false.
Remarks
Call this method only after the run method was executed.