f$End (f$Ende)
f$End (f$Ende)
The f$End function causes the orderly stop of a current logic identical to when there are no more executable actions or rules to be checked.
To instigate an "irregular" stop to the logic (stop with error status), the function f$Stop can be used.
Syntax: | f$End( ) | ||
| Argument | Type | Meaning |
| - |
|
|
Result: | - |
| |
Example: | f$End( ) → End of the current logic | ||