Hello,
I have a model that has multiple time tables. How can I know, via flexscript, what is the current state of each timetable? I tried to use something like
for( int i = 1; i <= timeTablesFolder.subnodes.length; i++ ) { print(timeTablesFolder.subnodes[i].as(Object).stats.state().value); };
but I was unsuccessful.
Thank you for your support.