Process Isolation?

I’m planning to start some experimentation with Hangfire later this week.
As a job scheduling service, it looks like Hangfire always executes jobs in-process. That is, it looks like jobs are loaded into the same application memory space as Hangfire and are executed without launching another process in the OS. Is this correct? Could an errant job crash the hosting process?