Wijmo UI for the Web
isOpen Method
wijmo.dialog Namespace > wijdialog type : isOpen Method
The isOpen method returns true if the wijdialog is currently open. You can call this method to check whether or not the wijdialog is open before you complete an event or function.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijdialog("isOpen");
});
function isOpen() : any;
See Also

Reference

wijdialog type
wijdialog jQuery Widget