ThingWatcher.monitor() returns void instead of ThingState in ThingWatcher 8 Api.
In twx watcher 7.4, I was able to get ThingState in following way:
ThingState thingState = thingwatcher.monitor(timedValue);
I recently installed Thingworx watcher 8.0 and found Thingwatcher.monitor returns void.
How to access ThingState here?

