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.

php background process using exec function

I have searched a lot to find the exact answer but didn't find any. many people mentioned that we should &…

php exec background-process
Android keep BroadcastReceiver in background

I created a BroadcastReceiver and it runs only when my app shown in recent apps menu. If I remove my …

android broadcastreceiver android-service background-process android-broadcast
beginBackgroundTaskWithExpirationHandler never gets called

I have an app that plays audio in the background. I'm trying to use beginBackgroundTaskWithExpirationHandler to skip to the next …

iphone objective-c ios background-process uiapplication
How to run BackgroundService on a timer in ASP.NET Core 2.1

I want to run a background job in ASP.NET Core 2.1. It has to run every 2 hours and it will …

c# asp.net-core background-process asp.net-core-2.1 background-service
Meaning of symbol ^ in Objective C

Possible Duplicate: Caret in objective C What does this ^ syntax mean in Objective-C? I am tired by searching the meaning …

iphone objective-c ios objective-c-blocks background-process
ASP.NET Core IHostedService manual start/stop/pause(?)

I would like to implement a recurring (timed) IHostedService instance in ASPNET Core that can be stopped and started on …

c# asp.net-core dependency-injection background-process
Silent mode execution with java.exe

I would like to know if there is a way to execute the "java.exe" as a background process (silent …

java background-process
is it possible to close apps programatically which are running in background in android?

I want to stop or close apps which are running in background in android. Is it possible? If so how …

android background-process close-application
android design considerations: AsyncTask vs Service (IntentService?)

I'm designing an android app which will need to do the following steps: user pushes a button or otherwise indicates …

android android-asynctask background-process android-intentservice
Background Key Press Listener

I've got a simple window form application that turns on capslock when I press space and turns it off if …

c# winforms focus background-process sendkeys