In reply to VerifEx:
I want to poll or block a piece of code until a certain bit field in my register model gets updated. How would I do this?
Have you even tried to read at any of the documentation?
https://verificationacademy.com/verification-methodology-reference/uvm/docs_1.1d/html/index.html
Look for needs_update() maybe you can use it for whatever you need to implement
-R