Checking which background tasks are running
When the Background Queue form is used to create a job, it creates an Active Background Task record with a WAITING status, and includes the appropriate task name and parameters.
Note: The task name, which is determined through the Background
					Task Definitions form, is usually the same as the form name of the
				report or utility that is waiting to run. 
		After a task is completed, the task is deleted from the queue. You can view details about its processing in the Background Task History form.
Although you cannot stop a background task with status from within your application, if you need to stop a long-running process, you can use the Windows Task Manager to do so.
Note: The Windows
					Task Manager is different from the Infor
					Framework TaskMan Service.