InstallStatus
Installer status
Used to monitor the current state of the installer.
Table of Contents
Methods
- finish() : void
- Mark installation as finished.
- inProgress() : bool
- The installer is still working.
- start() : void
- Mark installation as started.
Methods
finish()
Mark installation as finished.
public
static finish() : void
inProgress()
The installer is still working.
public
static inProgress() : bool
Return values
boolstart()
Mark installation as started.
public
static start() : void