07-27-2006 10:12 AM
07-27-2006 01:07 PM
A sequence context is an object in the TestStand API that represents the execution state of a sequence. For each active sequence, TestStand maintains a sequence context you can use to access all the objects, variables, and properties that relate to the execution of the sequence.
You can pass the sequence context (ThisContext) as an input parameter to you code modules.
The SequenceContext object contains a property named Locals. You can use this property to obtain a reference to the object that contains the locals for the currently executing sequence.
Please refer to the TestStand Help for more information about the contents of the sequence context.
Hope it Helps.
Antonio Lie.