banner

External.Status method

Retrieves a reference to the Status object.

Syntax

window.external.Status;

Parameters None
Return Values Object. A reference to the Status object.
Applies To window.external
Example
var Obj = window.external.Status;
var bPIDComplete =  Obj.get_PIDCompleted;