![]() |
OTX Reference
|
|
An event:EventSourceTerm that collects events from a list of event sources. More...

Public Attributes | |
| ListTerm | eventSources |
| Cardinality [1] The list of eventsources that the term combines. If the List is empty this term will never return an Event. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
An event:EventSourceTerm that collects events from a list of event sources.
CompositeEventSource is an event:EventSourceTerm that collects events from a list of event sources. When used in an event:WaitForEvent action it will return the first event generated by any of its sources.
CompositeEventSource allows a dynamically-created list of sources to be used with event:WaitForEvent. Events returned from this source will contain the event:EventSource that originally generated the event, and not the CompositeEventSource itself.
Important: If the list of sources is changed while executing
event:WaitForEventthen the behaviour is undefined.
| ListTerm OpenTestSystem.Otx.Extensions.EventHandling.Terms.CompositeEventSource.eventSources |
Cardinality [1]
The list of eventsources that the term combines. If the List is empty this term will never return an Event.