Constructor
new BootProcess(passedDataopt)
- Source:
Create a boot process.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
passedData |
PassedData |
<optional> |
{}
|
Methods
(async) execute(isReload)
- Source:
For internal use. Execute the process.
Parameters:
Name | Type | Description |
---|---|---|
isReload |
boolean | Is the page reloaded. |
Fires:
isFirstRun() → {boolean}
- Source:
Check if the page processed for the first time after it was loaded (i.e., not reloaded using the script's refresh functionality).
Returns:
- Type
- boolean