AppProgressEvent
ProgressEvent is emitted when a potentially long-running engine process is in progress.
Properties
typeenum requiredThe type of process (e.g. plugin download, plugin install).Values:plugin-download— PluginDownload- PluginDownload represents a download of a plugin.
plugin-install— PluginInstall- PluginInstall represents the installation of a plugin.
idstring requiredA unique identifier for the process.messagestring requiredA message accompanying the process.receivedinteger requiredThe number of items completed so far (e.g. bytes received, items installed, etc.)totalinteger requiredThe total number of items that must be completed.doneboolean requiredTrue if and only if the process has completed.