Hi Angel,
You can find out what sequences are selected for the following property.
RunState.InitialSelection.SelectedSequences
This is an array of containers.
Therefore if for example you have selected some steps in MainSequence. The SelectedSequences will be of size 1 and will be
RunState.InitialSelection.SelectedSequences["MainSequence"].
Hope this helps
Regards
Ray Farmer
Regards
Ray Farmer
