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§
- finalize⚠
Non- native - Finalizes a platform update process.
- initialize⚠
Non- native - Starts a platform update process.
- process⚠
Non- native - Processes the next chunk of a platform update.