Provides information on the ending of this event in a group of receiver.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
| C# |
|---|
public enum EndCode |
| Visual Basic (Declaration) |
|---|
Public Enumeration EndCode |
| Visual C++ |
|---|
public enum class EndCode |
Members
| Member name | Description | |
|---|---|---|
| EndSequence |
The event has ended the sequence of receiver, and has been treated by all receivers.
| |
| StopSequence |
The event has exit before the end of the sequence.
| |
| StopService |
The service is ending before the event has ended the sequence.
|