Serial sequential queue?

If BackgroundJobServerOptions WorkerCount is set to 1 and DisableConcurrentExecution is used, does that guarantee that jobs will be processed in the order they were enqueued?

I’ve seen conflicting answers on this so I thought I’d ask for an up-to-date answer. Perhaps this is something that didn’t work in the past but now does?

Thanks!