instantSorting
- Return type: CNM_ReturnTypes.SingleExecutionResult
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| order | SortingOrder | - | input |
| comparator | CNM_CollectionInterfaces.CNM_AbstractObject.IComparator | Optional: the comparator that should be used for the sort. Must not be changed while sort is in process | input |
Code
Declaration
METHOD INTERNAL ABSTRACT instantSorting : CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
order :SortingOrder;
(*Optional: the comparator that should be used for the sort. Must not be changed while sort is in process*)
comparator : CNM_CollectionInterfaces.CNM_AbstractObject.IComparator := 0;
END_VAR