banner

Status.get_TAPICompleted method

Determines whether the end user has completed the Telephony API (TAPI) checkpoint in Windows Welcome.

Syntax

bCompleted = window.external.Status.get_TAPICompleted();

Parameters None
Return Values Boolean. Returns the value TRUE if the end user has completed the TAPI checkpoint in Windows Welcome.
Applies To window.external.Status
Example
bCompleted = window.external.Status.get_TAPICompleted();
Comments See the TapiConfigured method.