Extensions.EventHandling.CloseEventSource
Revision as of 06:58, 31 July 2014 by Nb (talk | contribs) (Created page with "Category:EventHandling == Classification == {{ClassificationActivity | CloseEventSource | Stops the event processing all specified sources | Action| DiagCom|OTX Diag...")
Classification
Name | CloseEventSource |
Short Description | Stops the event processing all specified sources |
Class | Action |
Extension | OTX DiagCom extension |
Group | EventHandling related actions |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
CloseEventSource(EventSource source);
Description
The OTX CloseEventSource activity stops the event processing all specified sources.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Source | EventSource | Term | - | [1] | One or more event sources to be terminated. The order is insignificant. |
Examples
CloseEventSource(eventSource);