mergBgTaskStop | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | mergbgtask | ||||||
Summary | Stop a background task | ||||||
Introduced | 8.0 | ||||||
OS | ios | ||||||
Platforms | mobile | ||||||
Parameters |
| ||||||
Description | Call this if your code has finished executing before your app recieved the mergBgTaskExpired message and your app will go into suspend. You can use this to manage multiple background tasks. As soon as you call mergBgTaskStop if your app is in the background it will be suspended unless there are other background tasks that have some time left. | ||||||
Tags | externals |