Author Topic: Custom Query for "Run State" details of Object instances?  (Read 3330 times)

Barrie Treloar

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Custom Query for "Run State" details of Object instances?
« on: April 28, 2016, 12:23:17 pm »
I've been through every table "t_*" in the "Find in Project" custom search using the SQL Scracth Pad.
I was unable to find which table stored the Run State details of Object instances.

Does anyone know where I find that information please?

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: Custom Query for "Run State" details of Object instances?
« Reply #1 on: April 28, 2016, 01:11:51 pm »
t_object.RunState
The Sparx Team
[email protected]

Barrie Treloar

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Custom Query for "Run State" details of Object instances?
« Reply #2 on: April 28, 2016, 01:54:53 pm »
My apologies, clearly I didn't scroll far enough to notice that one.

Thanks.