Update campaign handling
This commit is contained in:
@ -2,6 +2,16 @@
|
||||
{
|
||||
public interface IManager
|
||||
{
|
||||
public enum ManagerState
|
||||
{
|
||||
Created,
|
||||
Started,
|
||||
Working,
|
||||
Ended
|
||||
}
|
||||
|
||||
public ManagerState State { get; }
|
||||
|
||||
Task StartAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user