publishProgress("hello"); } public function onProgressUpdate($progress) : void{ if($progress === "hello"){ // thread local on main thread self::$success = true; } } }