File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Moryx.ControlSystem/Processes Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) 2025, Phoenix Contact GmbH & Co. KG
2+ // Licensed under the Apache License, Version 2.0
23
34using Moryx . AbstractionLayer ;
45
@@ -22,11 +23,11 @@ public enum ReportAction
2223 /// <summary>
2324 /// Facade interface to get more information from the control system.
2425 /// </summary>
25- public interface IProcessControlV10 : IProcessControl
26+ public interface IProcessControlReporting : IProcessControl
2627 {
2728
2829 /// <summary>
29- /// Reports a process as broken or removed
30+ /// Report a specific <see cref="ReportAction"/> to have been executed on the <paramref name="process"/>
3031 /// </summary>
3132 /// <param name="process">The process to report</param>
3233 /// <param name="action">The action to perform</param>
You can’t perform that action at this time.
0 commit comments