WANT_SUSPEND vs. SUSPEND
WANT_SUSPEND determines if the startd should even consider entering the Suspended activity:
- If WANT_SUSPEND is True, while a job is running, SUSPEND is checked, and if it evaluates to True, the job is suspended
- If WANT_SUSPEND if False, SUSPEND is never evaluated, and while the job is running, PREEMPT is checked