OnExecuteDialogStatusMsg Event
Description
This event gets launched when the Execution Mode Options dialog box displays StatusMsg.
Syntax
| Visual Basic |
|---|
Public Event OnExecuteDialogStatusMsg( _ ByVal StatusMsg As String _ ) |
Parameters
- StatusMsg
- String value representing the status message sent to the Machine Commands list in the Execution Mode Options dialog box.
See Also