You can set when the process starts automatically.
For preventing OS scheduler mess such feature can be transformed to generation of script file (for shell or cmd/PowerShell) composed from command lines from processing queue. Then user can schedule it’s run by OS command or any 3rd party tools on choice. Also such thing can provide ability to use “terminal” station for such script preparation, but execute on powerfull host when user is “offline”
All it requires - just export command lines already constructed in program instead of manual copying of generated command lines.