From 17d8ea8b174e925c9521e0e5031211ce5346613a Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 14 Sep 2020 15:55:18 +0300 Subject: [PATCH] docs: updated docs for 'executeScript()' --- .../reflection-713.reflection-180.sasviyaapiclient.html | 4 ++-- src/SASViyaApiClient.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html b/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html index b81903f..9e6554b 100644 --- a/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html +++ b/docs/classes/reflection-713.reflection-180.sasviyaapiclient.html @@ -765,13 +765,13 @@
  • Default value debug: boolean = false
    -

    flag taht indicates debug mode.

    +

    when set to true, the log will be returned.

  • Default value expectWebout: boolean = false
    -

    flag that indicates that web output is expected

    +

    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).

  • diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index b05e207..95ca77e 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -397,8 +397,8 @@ export class SASViyaApiClient { * @param sessionId - optional session ID to reuse. * @param silent - optional flag to turn of logging. * @param data - execution data. - * @param debug - flag taht indicates debug mode. - * @param expectWebout - flag that indicates that web output is expected + * @param debug - when set to true, the log will be returned. + * @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( jobName: string,