EditorApplication.update in Background

I’m trying to create a editor script that runs several actions and I’m using EditorApplication.update to keep it running. The problem is that it stops been called when Unity is in background (Unity is not the focused window, the screen sleeps or the screensaver is on).

There’s an alternative or a way to force it?

Application.runInBackground should help