Updated ICommandAction.cs and DBEvent.cs. Removed thread request from DBEvent and added special thread request to ICommandAction.cs
This commit is contained in:
@@ -16,6 +16,8 @@ public class Clear: ICommandAction
|
||||
public IEnumerable<InternalActionOption> ListOfOptions => [];
|
||||
|
||||
public InternalActionRunType RunType => InternalActionRunType.OnCall;
|
||||
|
||||
public bool RequireOtherThread => false;
|
||||
|
||||
public Task Execute(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user