I'm trying to run a TestStand sequence from
CVI. The TS_EngineNewExecution call returns correctly but doesn't seem
to actually run the sequence. I can write this same code in TestStand
and the sequence runs fine.
Why
isn't the TS_EngineNewExecution call working correctly? What subtlety
might I be missing? I know the engine handle is OK because I can use
it to display a popup dialog; the sequence object handle seems correct
also.