muffin v7.38.9
This commit is contained in:
parent
ada27cf05b
commit
8a7847ff37
21 changed files with 1296 additions and 689 deletions
|
|
@ -33,6 +33,7 @@ internal abstract class TaskExecutor<T> : ITaskExecutor where T : class, ITask
|
|||
if (task is T task2)
|
||||
{
|
||||
Task = task2;
|
||||
ProgressContext = null;
|
||||
return Start();
|
||||
}
|
||||
throw new TaskException($"Unable to cast {task.GetType()} to {typeof(T)}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue