mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-02 21:43:08 +00:00
8 lines
144 B
C#
8 lines
144 B
C#
namespace CodexPlugin
|
|
{
|
|
public interface IProcessControl
|
|
{
|
|
void Stop(ICodexInstance instance, bool waitTillStopped);
|
|
}
|
|
}
|