1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 13:30:04 +00:00

Merge branch 'master' into issue87

This commit is contained in:
Mihajlo Medjedovic
2020-09-15 13:33:14 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -765,13 +765,13 @@
<li> <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> <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"> <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> </div>
</li> </li>
<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> <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"> <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> </div>
</li> </li>
</ul> </ul>

View File

@@ -397,8 +397,8 @@ export class SASViyaApiClient {
* @param sessionId - optional session ID to reuse. * @param sessionId - optional session ID to reuse.
* @param silent - optional flag to turn of logging. * @param silent - optional flag to turn of logging.
* @param data - execution data. * @param data - execution data.
* @param debug - flag taht indicates debug mode. * @param debug - when set to true, the log will be returned.
* @param expectWebout - flag that indicates that web output is expected * @param expectWebout - 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).
*/ */
public async executeScript( public async executeScript(
jobName: string, jobName: string,