1
This commit is contained in:
@@ -170,6 +170,12 @@ namespace Tnb.WarehouseMgr
|
||||
#endregion
|
||||
}
|
||||
|
||||
public override Task StopAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
IsStarted = false;
|
||||
return base.StopAsync(cancellationToken);
|
||||
}
|
||||
|
||||
private Task TaskDelay(TimeSpanUnit timeType, int interval)
|
||||
{
|
||||
Task delayTask = timeType switch
|
||||
|
||||
Reference in New Issue
Block a user