Provides information on conditionnal sequence of receiver inside a group.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
C# |
---|
public enum ConditionalReturn |
Visual Basic (Declaration) |
---|
Public Enumeration ConditionalReturn |
Visual C++ |
---|
public enum class ConditionalReturn |
Members
Member name | Description | |
---|---|---|
StopSequence |
Don't call the next receiver in the group and stop the sequence.
| |
CallNextReceiver |
Call the next receiver in the group.
|