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