Module update

Module update 

Source
Expand description

Operations to update the platform.

All operations are abstract over the update content such that they can work on all platforms. In particular, chunks and errors are platform-specific. Applets with knowledge about their platform may actually inspect that content for additional checks.

Modules§

finalize
Module of finalize.
initialize
Module of initialize.
process
Module of process.

Functions§

finalizeNon-native
Finalizes a platform update process.
initializeNon-native
Starts a platform update process.
processNon-native
Processes the next chunk of a platform update.