Initial commit
This commit is contained in:
16
CommIpc/IpcKinds.cs
Normal file
16
CommIpc/IpcKinds.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace CommIpc;
|
||||
|
||||
public static class IpcKinds
|
||||
{
|
||||
public const string Hello = "hello";
|
||||
public const string Ping = "ping";
|
||||
public const string Pong = "pong";
|
||||
|
||||
public const string StartWork = "startWork";
|
||||
public const string CancelWork = "cancelWork";
|
||||
|
||||
public const string Log = "log";
|
||||
public const string Progress = "progress";
|
||||
public const string Result = "result";
|
||||
public const string Error = "error";
|
||||
}
|
||||
Reference in New Issue
Block a user