Contents

cumulativeBackgroundTaskAssertionTimeoutExitCount

The number of times the system terminated the app from the background for exceeding the allocated time for a background task.

Declaration

var cumulativeBackgroundTaskAssertionTimeoutExitCount: Int { get }

Discussion

This exit usually occurs when the app fails to call endBackgroundTask(_:) as soon as a background task is complete.