Complete campaign flow
This commit is contained in:
@ -6,12 +6,13 @@
|
||||
{
|
||||
Created,
|
||||
Started,
|
||||
Working,
|
||||
Ended
|
||||
}
|
||||
|
||||
public ManagerState State { get; }
|
||||
|
||||
Task StartAsync(CancellationToken cancellationToken);
|
||||
Task StartAsync();
|
||||
|
||||
Task CheckStateAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user