I have a custom operator interface in VB that can launch one or more test
sequence executions in parallel. Each execution can use a potentially
different process model. I have several Boolean flags in the FileGlobals of
each process model that I would like to manipulate during execution to
enable or disable various options ("Display debug trace", "Turn on/off
detailed test results", etc).
I thought I just access the FileGlobals from the operator interface, but I
can not find the proper property path. Using the Execution object, is there
a way to directly access the run-time instances of the process model
FileGlobals of each executing process model from the operator interface?
If not, does anyone kno
w a clean way to send run-time data, such as settings
changes, to the process model once the execution has started?
Thank you,
---
Joe