This commit is contained in:
2025-09-15 00:18:25 +08:00
parent 6e1c76386e
commit 6a4e515562
59 changed files with 3726 additions and 2509 deletions
@@ -374,7 +374,7 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISourceCommand GetSourceCommand(SessionMessage machiningMessage)</code></pre>
<pre><code class="lang-csharp hljs">public IIndexedFileLine GetSourceCommand(SessionMessage machiningMessage)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -386,7 +386,7 @@ The term stable means it is thread safe to access range from 0 to StableIndex(ex
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd><p>The source command that generated the message, or null if not found.</p>
</dd>
</dl>