Questions tagged [suspend]
469 questions
-1
votes
1 answer
Cordova Plugin to be used in Worklight, for geofencing in Background even if the app is suspended/terminated and also when the phone restarts
I have been investigating in this feature for a long time. All I can find is a pure iOS native code that checks for the key "UIApplicationLaunchOptionsLocationKey" from the LaunchOptions, if it is found it calls the LocationManager to start it and…
-1
votes
1 answer
does iOS let the app finish what it's doing before being suspended?
If you have something processing and the user presses the home button, does iOS let the app finish processing until it's finished? I have an NSTimer that calls a function every half second, and I want to know if iOS sort of freezes the app where it…

Kevin Schildhorn
- 197
- 2
- 16
-2
votes
2 answers
Ubuntu sound/network/USB trouble after suspend , how to restart
I had a lengthy problem with Ubuntu 14.04 with Lenovo S20-30: after resuming suspended session some things break:
USB stops recognizing devices
due to this the webcam and bluetooth stop working
NetworkManager goes to sleep and no internet…

IljaBek
- 601
- 11
- 21
-3
votes
1 answer
Suspending Script Immediately
Suspend, on
Esc::ExitApp
LCtrl::suspend
SetTimer, Close, 5000
SetTimer, Open, 5000
SetTitleMatchMode, 2
Close:
IfWinNotExist, Notepad
Msgbox, NotDetected
Return
Open:
IfWinExist, Notepad
Msgbox, Detected
Return
The above script does not behave…

WSC
- 903
- 10
- 30