Specifications
Event Types
When used in a transaction definition, an AppEvent event type supports the
following event actions:
Start
Stop
BT Studio also recognizes all other event actions based on those defined in the
Application Event API. For example, if the API defines an action called
SalesQuery, the supported parameter is exactly what is displayed in the Text
column of the events pane.
The following example shows a resource definition and transaction definitions
for events sent by the application.
resources
{
require all
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="TASKEXEC" }
resource Process { ExecutableName="IEXPLORE" }
}
additional
{
resource Web { }
resource Windows { }
resource Connection { }
resource AppEvent { }
}
}
transaction "WebAppSession"
124 BTStudio Administration Guide










