Exec cycle limit

This commit is contained in:
2026-04-24 14:42:32 +03:00
parent c907d45763
commit 14b005dbb3
4 changed files with 24 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ enum ExecPrompt: byte {
table ExecCtrlMessage {
prompt: ExecPrompt;
tick_count: uint64 = 0; // 0 = run indefinitely, >0 = auto-pause after N ticks
}