The management of concurrent processes via a "main" process/method.
This tag is used when a question specifically relates to managing multiple running processes managed by a centralized software construct.
Examples
UNIX: Shell (bash, ksh) "background" processes managed by the "jobs" command Windows: PowerShell "Jobs" managed by Start-Job/Stop-Job/Remove-Job cmdlets