hexagon logo

Assign "Executed" status to a feature via automation

I have a series of features that I want the program to consider to have been executed even though they have not actually been executed (they will never be executed. They are just containers for data that are skipped during execution). Anyone know how to add a feature to the executed commands list via automation?
Parents
  • BasicScan commands. They hold point data being passed back from external processing. It isn't a requirement for the program to function correctly, it would just help me clean things up a bit and make things look a bit more "normal" to future programmers who might work with the program.

    I couldn't find anything in the type library either. I tried featcmd.execute(EVAL_BOTH) but that didn't do anything. It seems that you can query whether a command has executed but you can't tell it that a command has executed.
Reply
  • BasicScan commands. They hold point data being passed back from external processing. It isn't a requirement for the program to function correctly, it would just help me clean things up a bit and make things look a bit more "normal" to future programmers who might work with the program.

    I couldn't find anything in the type library either. I tried featcmd.execute(EVAL_BOTH) but that didn't do anything. It seems that you can query whether a command has executed but you can't tell it that a command has executed.
Children
No Data