nvramCheckRunningUpdate
nvramCheckRunningUpdate | ||
Function | Checks if an manual NVRAM update started. | |
Syntax | uint8 nvramCheckRunningUpdate(void) | |
Description | This function checks if an manual NVRAM update started by nvramStartManualUpdateBackground or nvramStartManualUpdateBlocked is still running in the background. | |
Return code | false | Update is finished or has not been started successfully. |
true | Update is still running. | |
Example | --- | |
See also | ||