Refactor campaign manager
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user