Shader compilation no longer uses the `WM_job` API. Add a `GPU_shader_batch_is_compiling` function to query if there's any shader compilation happening, and update `bpy_app_is_job_running` to handle this as a special case. Pull Request: https://projects.blender.org/blender/blender/pulls/143559