Skip to main content
12-Amethyst
November 11, 2022
Question

When the server is rebooting, is there a way to know all the things are started and ready to "work"?

  • November 11, 2022
  • 2 replies
  • 1359 views

Hi,

 

All is in the title.

 

Thanks.

 

2 replies

17-Peridot
November 11, 2022

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.  

cbaurand12-AmethystAuthor
12-Amethyst
November 11, 2022

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.

17-Peridot
November 15, 2022

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.