ATE enhancement: AG_ATEDISCONNECT (44) has been enhanced to support two optional arguments:
? tab(-10,AG_ATEDISCONNECT);{flags{,msg}};chr(127);
flags (num)
may contain one or more of the following bits:
Value |
Meaning |
---|---|
&h0001 |
Force close-on-disconnect option to ON (no dialog on close) |
&h0002 |
Force close-on-disconnect option to OFF (display dlg on close) |
&h0004 |
Don't disconnect (just update the close-on-disconnect and msg options) |
msg (string, up to 100 characters)
may contain an optional replacement for the default "Connection reset" message that appears inside a message box when the close-on-disconnect option is not set.