Command execution, CreateContainer command WIP
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using FileTime.Core.Command;
|
||||
|
||||
namespace FileTime.Core.Timeline;
|
||||
|
||||
public interface ICommandScheduler
|
||||
{
|
||||
|
||||
Task AddCommand(ICommand command, int? batchId = null, bool toNewBatch = false);
|
||||
}
|
||||
Reference in New Issue
Block a user