11-04-2010 07:43 AM
I am searching for the right place in the RunStates where I find the Name of the SequenceCall that call me.
Anybody an idea?
Solved! Go to Solution.
11-04-2010 07:50 AM
Hi,
Try NameOf(RunState.Caller)
or with the API you can use the Name property of a Step reference
11-04-2010 07:57 AM
NameOf(RunState.CallingStep) works!
Thank you!