mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-02-07 22:53:16 +00:00
10 lines
140 B
C#
10 lines
140 B
C#
namespace Utils
|
|
{
|
|
public interface ICrashWatcher
|
|
{
|
|
void Start();
|
|
void Stop();
|
|
bool HasCrashed();
|
|
}
|
|
}
|