BBjExecuteScriptEvent

Description

In BBj 19.10 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_EXECUTE_SCRIPT event. This reports the completion and result of a call to BBjHtmlView::executeAsyncScript (string script).

Remarks

None.

Methods of BBjExecuteScriptEvent

Return Value

Method

Object

getResult()

String

getScript()

Methods of BBjExecuteScriptEvent inherited from BBjSysGuiEvent

Return Value

Method

BBjControl

getControl()

See Also

BBjControl::setCallback

CALLBACK Verb - Register BBj Subroutine

Execute Script Event