Renamed IScriptable to IScriptContainer, added Stop() function to Calls
This commit is contained in:
@@ -19,6 +19,7 @@ public interface ICall
|
||||
public void Enable();
|
||||
public void Disable();
|
||||
public void Dispose();
|
||||
public void Stop();
|
||||
public string Name { get; set; }
|
||||
public bool IsEnabled { get; set; }
|
||||
public bool IsExecuting { get; set; }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Indexer.Models;
|
||||
|
||||
public interface IScriptable
|
||||
public interface IScriptContainer
|
||||
{
|
||||
ScriptToolSet ToolSet { get; set; }
|
||||
ScriptUpdateInfo UpdateInfo { get; set; }
|
||||
Reference in New Issue
Block a user