IRunable
short summary
This interface provides a void run() method without parameters.
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>
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
run
- Return type:
VOID
A method that should be called cyclically to update and execute a class instance.…
Code
Declaration
INTERFACE IRunable EXTENDS CNM_AbstractObject.IObject