improve webfront command error feedback
This commit is contained in:
@ -7,4 +7,5 @@ namespace SharedLibraryCore.Interfaces;
|
||||
public interface IRemoteCommandService
|
||||
{
|
||||
Task<IEnumerable<CommandResponseInfo>> Execute(int originId, int? targetId, string command, IEnumerable<string> arguments, Server server);
|
||||
Task<(bool, IEnumerable<CommandResponseInfo>)> ExecuteWithResult(int originId, int? targetId, string command, IEnumerable<string> arguments, Server server);
|
||||
}
|
||||
|
Reference in New Issue
Block a user