File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments