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>
- Return type: CNM_ReturnTypes.SingleExecutionResult
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| node | INode | the node on which stepping should be enabled | input |
Code
Declaration
METHOD enableStepping : CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
(* the node on which stepping should be enabled *)
node :INode;
END_VAR