IndigoObject.prototype.optimize = function()

in indigo.js [1154:1160]


IndigoObject.prototype.optimize = function(options) {
    this.d._setSessionId();
    if (options === undefined || options === null) {
        options = '';
    }
    return this.d._checkResult(this.d._lib.indigoOptimize(this.id, options));
};