Concepts : Concepts used in HOPEX : Attributes (MetaAttributes) : ControlKind
   
ControlKind
The Control Kind specifies whether to synchronize the actions performed by the two objects concerned:
- Simple: only one control task is involved. In this case there is no need for special synchronization.
- Synchronous: the calling object waits for the called object to return before continuing.
- Asynchronous: the calling object continues without waiting for the called object to return.
Translations
Type
String (2) Enumeration
Products
 
List of MetaClasses
Message Instance.
Value
Simple (S), Synchronous (C), Asynchronous (A).