Job Queue Entry metadata alone does not prove that a codeunit works as a background task.
SOU Product Download Job has an active OnRun and is the documented standard for resumable product download.
Several management codeunits have empty OnRun triggers, including order, category, product, variant, shipment, and invoice management.
Stock Management has an active entry point for Pending Stock but must be accepted separately due to batch/status limitations.
Do not create a Job Queue Entry for a management codeunit based solely on its name. A "successful" run can end without any processing.
Manual test → job in sandbox → verify processed records → logging/monitoring → only then production.
