From 0a9daab83323509e70b2cf8cc0d277874bf0d03a Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 22 Mar 2025 16:15:39 -0400 Subject: [PATCH] cwFlow.h : Comments improved. No functional changes. --- cwFlow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cwFlow.h b/cwFlow.h index 250fce9..02223b9 100644 --- a/cwFlow.h +++ b/cwFlow.h @@ -48,9 +48,11 @@ namespace cw const ui_net_t* ui_net( handle_t h ); // Run one cycle of the network. + // May return kEofRC if the cycle was programatically halted. rc_t exec_cycle( handle_t h ); // Run a non-real-time program to completion. + // May return kEofRC if the cycle was programatically halted. rc_t exec( handle_t h ); // Send any pending updates from the flow network to the UI.