Specifications

Event Actions
BT Language Reference 137
Event Type Supported Event Actions
Web BeginLoad
EndLoad
FailedLoad
Start
Stop
Windows
ButtonPress
Create
Destroy
KeyPress
LoseFocus
MenuCommand
MouseClick
SetFocus
SetTitle
Start
StatusMessage
Stop
AppEvent Start Action
The AppEvent Start event indicates that the associated application process
initialized.
Note: You cannot use the IgnoreEvents clause for an AppEvent Start event.
Example
transaction "AppEventstart"
module "AppEventstart"
{
event "Start" AppEvent Start { }
}
AppEvent Stop Action
The AppEvent Stop event indicates that the associated application process
ended.
Note: You cannot use the IgnoreEvents clause for an AppEvent Stop event.