dblume commited on 2024-03-02 23:48:10
Showing 2 changed files, with 2 additions and 1 deletions.
| ... | ... |
@@ -106,6 +106,7 @@ function executeTask() as void |
| 106 | 106 |
success = deviceInfo.EnableInternetStatusEvent(true) |
| 107 | 107 |
if not success then m.top.updateTextLower = "EnableInternetStatusEvent failure" |
| 108 | 108 |
success = deviceInfo.EnableLowGeneralMemoryEvent(true) |
| 109 |
+ if not success then m.top.updateTextLower = "EnableLowGeneralMemoryEvent failure" |
|
| 109 | 110 |
if FindMemberFunction(deviceInfo, "EnableAudioOutputEvent") <> invalid: |
| 110 | 111 |
success = deviceInfo.EnableAudioOutputEvent(true, "all") |
| 111 | 112 |
if not success then m.top.updateTextLower = "EnableAudioOutputEvent failure" |