Fail

(Modem Manager)

Description: This subroutine advises the Modem Manager to abort and retry an established, outgoing call.
Returns Invalid
Usage: Script Only.
Related to: FindModem
Format: \ModemManager.Fail(Tag);
Parameters:  
Tag
Any text expression that identifies the tag that originally requested the call.
Comments: The call is treated as a fail connection attempt. This is usually called as the result of a driver deciding that the quality of the data connection is too poor and declares this connection to have failed. Since the connection succeeded by phone company standards, the call can be attempted again without delay.

Example:

...
    \ModemManager.Fail(ModemTag);
...