Refactor campaign manager

This commit is contained in:
2025-10-30 17:12:37 +09:00
parent e31a075f58
commit 9515e8080c
5 changed files with 94 additions and 92 deletions

View File

@ -11,10 +11,8 @@
public ManagerState State { get; }
Task StartAsync(IServiceScope scope);
Task ProcessAsync();
Task CheckStateAsync(IServiceScope scope);
Task EndWithFailAsync(IServiceScope scope, Exception e);
Task EndWithFailAsync(Exception e);
}
}