runAsBackgroundJob = true; } /** * return true if any app that catch this event requested a re-run as background job * * @return bool * @since 28.0.0 */ public function isRunAsBackgroundJobRequested(): bool { return $this->runAsBackgroundJob; } }