| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Document Class : ReadyState Property |
// get document Document doc = tab.MainDocument; // get ReadyState of the document if(doc.ReadyState != "complete") return -1;
$doc = $tab->MainDocument; if($doc->ReadyState != "complete") return -1;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.