BBjScriptFailedEvent

Description

In BBj 19.20 and higher, this event is returned by BBjAPI (). getLastEvent () when the program is executing callback code that the program has registered for the ON_SCRIPT_FAILED event.

In BBj 22.03 and higher, this event is also fired by the BBjBuiManager::injectScriptUrl method. When this event is fired from BBjBuiManager, the getControl() method returns null().

Methods of BBjScriptFailedEvent

Return Value

Method

string

getUrl()

Methods of BBjScriptFailedEvent inherited from BBjSysGuiEvent

Return Value

Method

BBjControl

getControl()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

BBjHtmlView::injectUrl

BBjBuiManager::injectScriptUrl

ScriptFailedEvent