Add saved bundle status

This commit is contained in:
2025-10-22 16:45:49 +07:00
parent 6ffe9ae9c4
commit a1fe7ed3b3
5 changed files with 46 additions and 18 deletions

View File

@@ -143,7 +143,6 @@ public class BundleBacktestRequest
/// Estimated time remaining in seconds
/// </summary>
public int? EstimatedTimeRemainingSeconds { get; set; }
}
/// <summary>
@@ -174,5 +173,6 @@ public enum BundleBacktestRequestStatus
/// <summary>
/// Request was cancelled
/// </summary>
Cancelled
Cancelled,
Saved
}