Example #1
0
        /// <inheritdoc />
        public void Run(IOperationContext operationContext)
        {
            var point = operationContext.CloseSubpath();

            if (point.HasValue)
            {
                operationContext.CurrentPosition = point.Value;
            }
        }