Getting state of one object in a group of them?

If have an indefinite number of cloned objects,

all sharing one script and therefore one set of enumerated states,

is there some way for me to isolate the state transition of one such object ?

“sharing one script and therefore one set of enumerated states” no, each item has its own instance of that Class

“some way for me to [find] the state [] of one such object?”

Funnily enough I recently wrote a book-length answer on the topic.

Hope it helps …