Initial Files initial files Add git LFS for meilisearch binaries Update README.md fix
10 lines
133 B
C#
10 lines
133 B
C#
namespace meilisearch.NET.Enums;
|
|
|
|
public enum MeiliSearchStatus
|
|
{
|
|
Stopped,
|
|
Starting,
|
|
Running,
|
|
Stopping,
|
|
Crashed
|
|
} |