tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Engine
IEngineExecutableLock.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Host.Components.Engine
4
{
8
public
interface
IEngineExecutableLock
:
IEngineInstallation
,
IDisposable
9
{
13
void
DoNotDeleteThisSession
();
14
}
15
}
IDisposable
Tgstation.Server.Host.Components.Engine.IEngineExecutableLock
Represents usage of the two primary BYOND server executables.
Definition
IEngineExecutableLock.cs:9
Tgstation.Server.Host.Components.Engine.IEngineExecutableLock.DoNotDeleteThisSession
void DoNotDeleteThisSession()
Call if, during a detach, this version should not be deleted.
Tgstation.Server.Host.Components.Engine.IEngineInstallation
Represents a BYOND installation.
Definition
IEngineInstallation.cs:18
Tgstation.Server.Host.Components.Engine
Definition
ByondInstallation.cs:12
Generated by
1.9.8