From bc1a612a209ce4995c7980c5518f8ba878b253c3 Mon Sep 17 00:00:00 2001 From: Westin Miller Date: Tue, 10 Oct 2017 03:54:23 -0700 Subject: [PATCH] Add server state to ITorchServer Fixes #101 --- Torch.API/ITorchBase.cs | 5 +++++ Torch/Torch.csproj | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Torch.API/ITorchBase.cs b/Torch.API/ITorchBase.cs index c319818..254ee90 100644 --- a/Torch.API/ITorchBase.cs +++ b/Torch.API/ITorchBase.cs @@ -120,6 +120,11 @@ namespace Torch.API /// public interface ITorchServer : ITorchBase { + /// + /// The current + /// + ServerState State { get; } + /// /// Path of the dedicated instance folder. /// diff --git a/Torch/Torch.csproj b/Torch/Torch.csproj index 481927b..7ba8cc0 100644 --- a/Torch/Torch.csproj +++ b/Torch/Torch.csproj @@ -163,7 +163,6 @@ -