Extensions.EventHandling.CloseEventSource

From emotive
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);

See also

WaitForEvent