Forum Discussion
ml
9 years agoContributor
ok i see,
the code i posted above is for hardcoded testname only. it works fine so far.
but if i want a system shutdown after the last test item in list finished, i will use the way tristaanogre described:
- get test.items & check if enabled
- if enabled: count them
- get name from last enabled one & compare to current
- if last enabled = current then sys.shutdown
when i´m done i will posting the code here. maybe someone will need it in the future again :)