Specifications
Event Actions
Example
The following example shows a sample rule set for an SAP application.
resources
{
require all
{
resource Process { ExecutableName="FRONT" }
resource Process { ExecutableName="SAPGUI" }
}
additional
{
resource Windows { }
resource Connection { }
}
}
transaction "Login"
module "Login"
{
event "Start" Process Start { ExecutableName="SAPGUI" }
event "Login" Windows SetTitle { Title="Enter Username" }
event "Logout" Windows SetTitle { Title="SAP R/3 System" }
event "Stop" Process Stop { ExecutableName="SAPGUI" }
}
Process Stop Event Action
The Process Stop event action indicates that the specified process has been
terminated. This action supports the following parameter:
ExecutableName. The name of the process
Note: You cannot use the IgnoreEvents clause for a Process Stop event.
Example
The following example shows a sample rule set for an SAP application.
resources
{
require all
{
resource Process { ExecutableName="FRONT" }
resource Process { ExecutableName="SAPGUI" }
}
additional
{
BT Language Reference 151