remote-function
remote-function copied to clipboard
CallBack
Example:
CallBack = function( result ) {
console.log(result); // 4
};
remote.divide(12, 3,CallBack);