Files
tgstation-server/_dead_session_controller_8cs_source.html
T

117 lines
25 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>tgstation-server: src/Tgstation.Server.Host/Components/Watchdog/DeadSessionController.cs Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="tgs.ico"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">tgstation-server
</div>
<div id="projectbrief">The /tg/station 13 server suite</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="api.html"><span>API</span></a></li>
<li><a href="architecture.html"><span>Architecture</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_7a3fd032a1362a6005a1fc9227a8dd86.html">Components</a></li><li class="navelem"><a class="el" href="dir_02f69155ced6ccca99a24744a5273903.html">Watchdog</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">DeadSessionController.cs</div> </div>
</div><!--header-->
<div class="contents">
<a href="_dead_session_controller_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>;</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading;</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="keyword">using</span> <a class="code" href="namespace_system.html">System</a>.Threading.Tasks;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tgstation.html">Tgstation</a>.<a class="code" href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Server</a>.Host.Components.Watchdog</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;{</div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html"> 10</a></span>&#160; sealed <span class="keyword">class </span><a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html">DeadSessionController</a> : <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_i_session_controller.html">ISessionController</a></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; {</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ab0055c5ef27b2a9e2a1997e27510e591"> 13</a></span>&#160; <span class="keyword">public</span> Task&lt;LaunchResult&gt; <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_launch_result.html">LaunchResult</a> { <span class="keyword">get</span>; }</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a41936b7d9cba1ed471a67ef71b832e62"> 16</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> IsPrimary =&gt; <span class="keyword">false</span>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a742d99e0b6bb71d69c2d1da4deab93b9"> 19</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> TerminationWasRequested =&gt; <span class="keyword">false</span>;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a229bbdc35a064d562a4d8779e89f791e"> 22</a></span>&#160; <span class="keyword">public</span> <a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#af7163ca98f9f5e5c731043ecdace3745">ApiValidationStatus</a> <a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#af7163ca98f9f5e5c731043ecdace3745">ApiValidationStatus</a> =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a99c7fcb369f62c78b96d287ef9ccb4a2"> 25</a></span>&#160; <span class="keyword">public</span> <a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_i_dmb_provider.html">IDmbProvider</a> Dmb { <span class="keyword">get</span>; }</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a4b142e815574ace6403bf69393ec5a3d"> 28</a></span>&#160; <span class="keyword">public</span> ushort? Port =&gt; null;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; <span class="keyword">public</span> <span class="keywordtype">bool</span> ClosePortOnReboot</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a7251412ac0b54d647eec022368d53203"> 32</a></span>&#160; {</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keyword">get</span> =&gt; <span class="keyword">false</span>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keyword">set</span> =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; }</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a97f00f4296f371039beff6e167b4ff03"> 38</a></span>&#160; <span class="keyword">public</span> <a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#a3b33ca95a6257e0c719adc7b54444ab8">RebootState</a> <a class="code" href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#a3b33ca95a6257e0c719adc7b54444ab8">RebootState</a> =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#a310e26682626017eb2b5001089357c76"> 41</a></span>&#160; <span class="keyword">public</span> Task OnReboot { <span class="keyword">get</span>; }</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ad7f2aa840a1fd11a2aa6e150e1bbddcc"> 44</a></span>&#160; <span class="keyword">public</span> Task&lt;int&gt; Lifetime { <span class="keyword">get</span>; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ac332e36882ad48a5bb7c78cb2b855613"> 49</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ac332e36882ad48a5bb7c78cb2b855613">disposed</a>;</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ae6d762429f47307b1391b01c8148df73"> 55</a></span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ae6d762429f47307b1391b01c8148df73">DeadSessionController</a>(<a class="code" href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_i_dmb_provider.html">IDmbProvider</a> dmbProvider)</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; Dmb = dmbProvider ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(dmbProvider));</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_launch_result.html">LaunchResult</a> = Task.FromResult(<span class="keyword">new</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_launch_result.html">LaunchResult</a></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; {</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; StartupTime = TimeSpan.FromSeconds(0)</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; });</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; Lifetime = Task.FromResult(-1);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; OnReboot = <span class="keyword">new</span> TaskCompletionSource&lt;object&gt;().Task;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; }</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#aa3177ce8605a5b37207597bc1e120e71"> 67</a></span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#aa3177ce8605a5b37207597bc1e120e71">Dispose</a>()</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; {</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; lock (<span class="keyword">this</span>)</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordflow">if</span> (disposed)</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordflow">return</span>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; disposed = <span class="keyword">true</span>;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; }</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; Dmb.Dispose();</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; }</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> EnableCustomChatCommands() =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keyword">public</span> <a class="code" href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_reattach_information.html">ReattachInformation</a> Release() =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> ResetRebootState() =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keyword">public</span> Task&lt;string&gt; SendCommand(<span class="keywordtype">string</span> command, CancellationToken cancellationToken) =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="keyword">public</span> <span class="keywordtype">void</span> SetHighPriority() =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; <span class="keyword">public</span> Task&lt;bool&gt; SetPort(ushort newPort, CancellationToken cancellatonToken) =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keyword">public</span> Task&lt;bool&gt; SetRebootState(RebootState newRebootState, CancellationToken cancellationToken) =&gt; <span class="keywordflow">throw</span> <span class="keyword">new</span> NotSupportedException();</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; }</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;}</div><div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_launch_result_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_launch_result.html">Tgstation.Server.Host.Components.Watchdog.LaunchResult</a></div><div class="ttdoc">Represents the result of trying to start a DD process </div><div class="ttdef"><b>Definition:</b> <a href="_launch_result_8cs_source.html#l00009">LaunchResult.cs:9</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_api_1_1_models_html_a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api_1_1_models.html#a0a41c646f859c99d437373d8e6e0545ba9aa1b03934893d7134a660af4204f2a9">Tgstation.Server.Api.Models.IrcPasswordType.Server</a></div><div class="ttdoc">Use server authentication </div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_i_session_controller_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_i_session_controller.html">Tgstation.Server.Host.Components.Watchdog.ISessionController</a></div><div class="ttdoc">Handles communication with a DreamDaemon IProcess </div><div class="ttdef"><b>Definition:</b> <a href="_i_session_controller_8cs_source.html#l00010">ISessionController.cs:10</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html">Tgstation.Server.Host.Components.Watchdog.DeadSessionController</a></div><div class="ttdoc">Implements a fake &quot;dead&quot; ISessionController </div><div class="ttdef"><b>Definition:</b> <a href="_dead_session_controller_8cs_source.html#l00010">DeadSessionController.cs:10</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller_html_aa3177ce8605a5b37207597bc1e120e71"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#aa3177ce8605a5b37207597bc1e120e71">Tgstation.Server.Host.Components.Watchdog.DeadSessionController.Dispose</a></div><div class="ttdeci">void Dispose()</div><div class="ttdef"><b>Definition:</b> <a href="_dead_session_controller_8cs_source.html#l00067">DeadSessionController.cs:67</a></div></div>
<div class="ttc" id="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_i_dmb_provider_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_components_1_1_i_dmb_provider.html">Tgstation.Server.Host.Components.IDmbProvider</a></div><div class="ttdoc">Provides absolute paths to the latest compiled .dmbs </div><div class="ttdef"><b>Definition:</b> <a href="_i_dmb_provider_8cs_source.html#l00009">IDmbProvider.cs:9</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller_html_ae6d762429f47307b1391b01c8148df73"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ae6d762429f47307b1391b01c8148df73">Tgstation.Server.Host.Components.Watchdog.DeadSessionController.DeadSessionController</a></div><div class="ttdeci">DeadSessionController(IDmbProvider dmbProvider)</div><div class="ttdoc">Construct a DeadSessionController </div><div class="ttdef"><b>Definition:</b> <a href="_dead_session_controller_8cs_source.html#l00055">DeadSessionController.cs:55</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller_html_ac332e36882ad48a5bb7c78cb2b855613"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_dead_session_controller.html#ac332e36882ad48a5bb7c78cb2b855613">Tgstation.Server.Host.Components.Watchdog.DeadSessionController.disposed</a></div><div class="ttdeci">bool disposed</div><div class="ttdoc">If the DeadSessionController was Disposed </div><div class="ttdef"><b>Definition:</b> <a href="_dead_session_controller_8cs_source.html#l00049">DeadSessionController.cs:49</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_html_a3b33ca95a6257e0c719adc7b54444ab8"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#a3b33ca95a6257e0c719adc7b54444ab8">Tgstation.Server.Host.Components.Watchdog.RebootState</a></div><div class="ttdeci">RebootState</div><div class="ttdoc">Represents the action to take when /world/Reboot() is called </div><div class="ttdef"><b>Definition:</b> <a href="_reboot_state_8cs_source.html#l00006">RebootState.cs:6</a></div></div>
<div class="ttc" id="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_reattach_information_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_1_1_reattach_information.html">Tgstation.Server.Host.Components.Watchdog.ReattachInformation</a></div><div class="ttdoc">Parameters necessary for duplicating a ISessionController session </div><div class="ttdef"><b>Definition:</b> <a href="_components_2_watchdog_2_reattach_information_8cs_source.html#l00009">ReattachInformation.cs:9</a></div></div>
<div class="ttc" id="namespace_tgstation_html"><div class="ttname"><a href="namespace_tgstation.html">Tgstation</a></div></div>
<div class="ttc" id="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog_html_af7163ca98f9f5e5c731043ecdace3745"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_components_1_1_watchdog.html#af7163ca98f9f5e5c731043ecdace3745">Tgstation.Server.Host.Components.Watchdog.ApiValidationStatus</a></div><div class="ttdeci">ApiValidationStatus</div><div class="ttdoc">Status of DMAPI validation </div><div class="ttdef"><b>Definition:</b> <a href="_api_validation_status_8cs_source.html#l00006">ApiValidationStatus.cs:6</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>