ENATaskScheduler
final class ENATaskScheduler
Note
To simulate the execution of a background task, use the following: e -l objc – (void)[[BGTaskScheduler sharedScheduler] _simulateLaunchForTaskWithIdentifier:@“de.rki.coronawarnapp-dev.exposure-notification”] To simulate the expiration of a background task, use the following: e -l objc – (void)[[BGTaskScheduler sharedScheduler] _simulateExpirationForTaskWithIdentifier:@“de.rki.coronawarnapp-dev.exposure-notification”]-
Undocumented
Declaration
Swift
static let shared: ENATaskScheduler
-
Undocumented
Declaration
Swift
weak var delegate: ENATaskExecutionDelegate
-
Undocumented
Declaration
Swift
func scheduleTask()