pub async fn monitor_update(
attempt_id: Option<&str>,
installer_proxy: &InstallerProxy,
) -> Result<Option<UpdateAttemptMonitor>, Error>Expand description
Monitors the running update attempt given by attempt_id, or any running update attempt if no
attempt_id is provided.