282930313233343536
/** * @see ScriptableFunctionBase#execute(Object, Object[]) */ public Object execute( Object thiz, Object[] args ) { Application app = Application.getApplication(); app.requestBackground(); return UNDEFINED; } }