1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

docs: updated docs for 'executeScript()'

This commit is contained in:
Yury Shkoda
2020-09-14 15:55:18 +03:00
parent fdbb87ed7b
commit 17d8ea8b17
2 changed files with 4 additions and 4 deletions

View File

@@ -765,13 +765,13 @@
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> debug: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
<div class="tsd-comment tsd-typography tsd-comment-text">
<p>flag taht indicates debug mode.</p>
<p>when set to true, the log will be returned.</p>
</div>
</li>
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> expectWebout: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
<div class="tsd-comment tsd-typography tsd-comment-text">
<p>flag that indicates that web output is expected</p>
<p>when set to true, the automatic _webout fileref will be checked for content, and that content returned. This fileref is used when the Job contains a SASjs web request (as opposed to executing arbitrary SAS code).</p>
</div>
</li>
</ul>