05-26-2016 09:11 AM
Hi
I am missing the property to dynamically set "Execute" --> "Break On First Step". Any who know where it is?
(As example "Break on Step Failure" is found at "RunState.Engine.StationOptions.BreakOnStepFailure")
Also missing the properties for "Allow Tracing into Setup/Cleanup" + "Allow Tracing into Pre-/Post-Step Callbacks" + ....... (the rest of the tracing flags in StationOptions).
Thanks in advance
Vagn
Solved! Go to Solution.
05-27-2016 09:30 AM
Hi Vagn,
The Break on First Step property is available through the Application Manager, so you can access it using an ActiveX step. This KnowledgeBase Article explains how to access the Application Manager from the Sequence Editor environment.
The tracing options can be set using the Engine.StationOptions.ExecutionMask property.
I hope this helps!