cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

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

cbaurand
11-Garnet

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

Hi,

 

All is in the title.

 

Thanks.

 

3 REPLIES 3

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.

jensc
17-Peridot
(To:cbaurand)

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.

 

Top Tags