You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of a unique <GlobalID> defines a category with the same name within the automatically generated GlobalID enum. Enum categories are integers underneath, so this makes it ideal for small "ad-hoc" state definitions and call arguments where creating a dedicated enum might prove cumbersome.