Skip to main content

enableStepping

short summary

This methods enables the stepping operation on a given node and all of its subnodes.

legal notes

| SPDX-FileCopyrightText: © 2025 ekvip automation GmbH <info@ekvip.de> | SPDX-License-Identifier: Apache-2.0 | For details check: Apache-2.0_

.. _Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0

.. </legal notes>

Parameters

NameTypeCommentKind
nodeINodethe node on which stepping should be enabledinput

Code

Declaration

METHOD enableStepping : CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
(* the node on which stepping should be enabled *)
node :INode;
END_VAR