I need to execute one of my event cases upon startup as an
initialization step. For example, I have 3 different cases that monitor
Boolean1, Boolean2 and Boolean3 Value Change events. I need to execute
the Boolean1 Value Change Event case upon startup. Is there a way to do
this? I've tried adding anothing event to that case (BooleanInit Value
Change) and programmatically setting that value to trigger the event but
to no avail.
Any help?