Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | app.booster SEARCH    

  Functions
app.autoRestart
app.booster
app.cancelClose
app.close
app.filename
app.getParam
app.icon
app.init
app.install
app.language
app.maintenance
app.minimize
app.name
app.openAtStartup
app.restart
app.restore
app.setup
app.title
app.uninstall
app.uninstall.create
app.uninstall.remove

  Events
event.initialize
event.load
event.terminate

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
app.booster

Language: MioScript
Product: MioFactory


Syntax

app.booster(Value)


Parameters

BOOLValuetrue|false


Return value

No value is returned.


Description

Enables a flag to get the maximum of CPU for your application.

When app.booster is set to false (default), the application uses a minimum amount of CPU.
When app.booster is set to true, MioEngine will run continuously and will not halt to release CPU for the other processes.

You should limit the use of the booster as all the other windows programs will run slower.

Use of the booster is more reasonable on a dual core processor or more.