Top "Background-process" questions

A background process is a computer process that runs "behind the scenes" (i.e. in the background) and without user intervention.

iOS Background Fetch Not Working Even Though Correct Background Mode Configured

My app has background modes enabled with Background Fetch checked and I validated the plist includes the appropriate fetch mode. …

ios xcode swift background-process
Healthkit background delivery when app is not running

Can HealthKit background delivery launch the application if is not running? Particularly in a terminated state?

ios swift background-process healthkit
Xcode 11 - What is the new "Background Processing" Background Mode?

In XCode 11, there is a new Background Mode, "Background Processing". I cannot find any information on what this new Background …

ios xcode background-process xcode11 ios-background-mode
Run programs in background and redirect their outputs to file in real time

I want to run several python scripts simultaneously in one bash session and to inspect their outputs respectively in real …

python bash redirect background-process
Alternative solution to HostingEnvironment.QueueBackgroundWorkItem in .NET Core

We are working with .NET Core Web Api, and looking for a lightweight solution to log requests with variable intensity …

c# asp.net-core asp.net-core-mvc background-process dnx
Hangfire recurring job daily on specific time

I am trying to run hangfire recurring job daily on 9.00 AM. Here is what I want to do- RecurringJob.AddOrUpdate(() =&…

asp.net-mvc background-process hangfire recurring
DbContext for background tasks via Dependency Injection

I am probably not thinking in the right direction. I am fairly new to Dependency Injection and ASP.Net Core. …

dependency-injection asp.net-core asp.net-core-mvc background-process entity-framework-core
How Nike+ GPS on iPhone receives accelerometer updates in the background?

The new Nike+ GPS application for iOS 5 is able to process accelerometer events in the background (thus allowing for indoor …

ios5 accelerometer background-process
ionic app resume and pause

I want my app to do something when it comes form it's background state to the active state. I understand …

ios cordova ionic-framework background-process resume