


CloseLine method
This method is the opposite number to the
OpenLine method . It should be used to de-initialize a line when your program has finished
with it – typically this happens when your program is exiting. Your program may,
however, close and re-open a line if necessary (as many times as needed).
Arguments: None.
Returns: A long integer status code (see
ActiveAG Status codes)
Property interactions: None.
Note: Do NOT use this method to end a call. Use the
Hangup method to terminate calls.