-
Notifications
You must be signed in to change notification settings - Fork 4
Evaluate code
Alexander edited this page Oct 21, 2019
·
2 revisions
Example:
var scriptFile = manager.getFile("scripts/test", "test.js");
manager.eval(scriptFile);
//With callback
manager.eval(scriptFile, function(){
logger.info("Done.");
});