Specifications

Event Actions
Example
transaction "OutlookStop"
module "OutlookStop"
{
event "Stop1" Windows Destroy { ExecutableName="OUTLOOK" }
event "Stop2" Windows SetTitle { Title="Microsoft Outlook Shutting Down" }
event "Stop3" Process Stop { ExecutableName="OUTLOOK" }
event "Stop4" Windows Stop { ExecutableName="OUTLOOK" }
event "Stop5" Outlook Stop { ExecutableName="OUTLOOK" }
event "Stop6" Windows Destroy { ExecutableName="MAPISP32" }
event "Stop7" Process Stop { ExecutableName="MAPISP32" }
event "Stop8" Windows Stop { ExecutableName="MAPISP32" }
}
Outlook SubmitMessage Event Action
The Outlook SubmitMessage event action indicates that a message has been
submitted. This action supports the following parameter:
ExecutableName. The name of the process
Example
transaction "Send"
Module "Send"
{
event "SubmitMsgBegin" Outlook SubmitMessage {}
event "SubmitMsgComplete" Outlook SubmitMessageComplete {}
event "DestroyWndw" Windows Destroy {}
}
Outlook SubmitMessageComplete Event Action
The Outlook SubmitMessageComplete event action indicates that the previous
operation (ComposeNewMessage, ComposeReplyMessage,
ComposeReplyAllMessage, or ComposeForwardMessage) has completed.
This action supports the following parameter:
ExecutableName. The name of the process
Example
transaction "Send"
BT Language Reference 149