From cf67b9ad2f5467e4d69a935661f2df6a497b1439 Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Thu, 2 Apr 2026 17:47:42 -0400 Subject: [PATCH] Add PendingInput algorithm status --- Common/Global.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Common/Global.cs b/Common/Global.cs index 60fd027d4411..4e55e06da9b5 100644 --- a/Common/Global.cs +++ b/Common/Global.cs @@ -777,7 +777,12 @@ public enum AlgorithmStatus /// /// History status update (11) /// - History + History, + + /// + /// Awaiting additional input (12) + /// + PendingInput } ///