Hello John,
the critical thing to do would be to get an engine reference to the Engine by means of a LabVIEW Automation Open VI (look in your activeX functions palette and the help for this item), the input will be an ActiveX reference to the TestStand Engine (browse for the class NI TestStand API, any version will do, and choose Engine from the list). Once you have this reference to the currently running TestStand, the next challenge is to some how access information about the current execution. The only way to reach that object is via getting the UIMessage object and then retrieving a Thread object from the message, and a SequenceContext from the thread... until finally you can access the property "Step". Your best reference in this case is
going to be the TestStand Programmer Help (specifically for the API) and explore the properties and methods of each of these classes in turn.
Feel free to ask if you get stuck.
--Regards,
Elaine R.
National Instruments
http://www.ni.com/support