company logo

position - Current position

The current position (state of the action or process) is used for displaying progress information. Typically, the position is greater than the minimum and less than the maximum value. When the position exceeds the maximum value, the position is calculated as

        position = position % (maximum - minimum)

Type: int64