Contains(Id: String): Boolean;
Id. Element identifier with user information.
The Contains method checks if element with the specified identifier is in the list.
The method returns True if element with the specified identifier exists, and False if element is missing.
When using a custom method for cyclic calculation, the calculation algorithms have the following reserved values as the value of the Id parameter:
Identifier | Description |
BREAK_CYCLE | It determines whether custom method execution must be broken. Available values:
|
UNLIMITED_CYCLE | It determines whether the number of iteration for custom method execution is not limited. Available values:
|
MAX_ITERATION | The maximum number of method execution iterations. |
CURRENT_ITERATION | Number of the current iteration of method execution. On an attempt to change value in the application code cyclic calculation can be broken. |
ITERATION_INTERVAL | Time interval between iterations in seconds. On an attempt to change value in the application code cyclic calculation can be broken. |
The use is given in the example for ITsCalculationContext.UserData.
See also: