This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
system.bootLoader
krisdb2009 edited this page Oct 19, 2017
·
1 revision
system.bootLoader is an object that has been generated by the webldr.js file at startup. This object contains details on the progress of the bootloader process.
system.bootLoader == {
current: 5,
loadList: [
"credits.txt",
"license.txt",
"webdows/calc.js",
"webdows/cmd.js",
"webdows/explorer.js"
],
loaded: true,
total: 5
}
current: Is the index count (starting at 1) for the loadList array of the currently loading file.
For example: current: 1, would be credits.txt file in the example.
This property will +1 ever time a file is loaded.
loadList: Is the list of all the files that will be loaded.
This list is populated at the start of the boot process.
loaded: Will return true if all the files have been loaded.
total: Is the length of the loadList array, and is set at the start of the boot process.
below average 2017
system Object
- bootLoader Object
- error Method
- files Property
- formatAMPM Method
- guid Method
- intervals Object
-
is Object
- mobile Method
- loader Method
- registry Object
-
service Class
- autoStart Method
- id Method
- interval Method
- path Method
- registerService Method
- run Method
- unregisterService Method
- updateRegistry Method
- services Object
explorer Object
- context Class
- drag Method
- file_explorer Method
- initiate Method
-
start Object
- addLButton Method
- addRButton Method
- allProgramsSearch Method
- allProgramsToggle Method
- append Method
- initiate Method
- toggle Method
- tabset Class
- theme Method
- window Class
- windows Object