Skip to content

Commit bc1a612

Browse files
committed
Add server state to ITorchServer
Fixes #101
1 parent b678795 commit bc1a612

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

‎Torch.API/ITorchBase.cs‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ public interface ITorchBase
120120
/// </summary>
121121
public interface ITorchServer : ITorchBase
122122
{
123+
/// <summary>
124+
/// The current <see cref="ServerState"/>
125+
/// </summary>
126+
ServerState State { get; }
127+
123128
/// <summary>
124129
/// Path of the dedicated instance folder.
125130
/// </summary>

‎Torch/Torch.csproj‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
<Compile Include="Managers\DependencyManager.cs" />
164164
<Compile Include="Event\EventList.cs" />
165165
<Compile Include="Event\EventManager.cs" />
166-
<Compile Include="Event\EventShimProgrammableBlock.cs" />
167166
<Compile Include="Event\IEventList.cs" />
168167
<Compile Include="Managers\KeenLogManager.cs" />
169168
<Compile Include="Managers\PatchManager\AssemblyMemory.cs" />

0 commit comments

Comments
 (0)