Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
All is in the title.
Thanks.
Get list of thins you want to chech whether that is running or not...
Things["<thing name>"].name
try execute above code, it will return thing name. else it will return some error.
It was not what i expected. I have several thousand of dynamic things with interactions. I expected something like "System is ready". Seems the system should know when he finished to create all things present in its database, it will be easier for him to create a global event.
Hello,
There is a subsystem service called: GetEntityUsageReport which might be close to what you need?
It shows enabled/disabled entities, so not technically running or not.