How to use the _close function from bindings

Find comprehensive JavaScript bindings._close code examples handpicked from public code repositorys.

90
91
92
93
94
95
96
97
98
99
    this.dealError(errtype, msg);
  }
}

close() {
  const result = bindings._close(this[_ID]);
  if(result >= 0){
    this.closeStatus = true;
    this.init();
  }else{
fork icon2
star icon2
watch icon2

+ 6 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)