From 216725f30642b60b56f224e1997499d938760fb6 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Fri, 16 Oct 2020 11:04:03 +0100 Subject: [PATCH] chore(doc): update documentation --- src/SASViyaApiClient.ts | 2 ++ src/SASjs.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index 23e37af..4888249 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -949,6 +949,8 @@ export class SASViyaApiClient { * @param debug - sets the _debug flag in the job arguments. * @param data - any data to be passed in as input to the job. * @param accessToken - an optional access token for an authorized user. + * @param waitForResult - a boolean indicating if the function should wait for a result. + * @param expectWebout - a boolean indicating whether to expect a _webout response. */ public async executeComputeJob( sasJob: string, diff --git a/src/SASjs.ts b/src/SASjs.ts index f9d6819..39e4505 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -683,6 +683,7 @@ export default class SASjs { * for that particular function call. * @param accessToken - a valid access token that is authorised to execute compute jobs. * The access token is not required when the user is authenticated via the browser. + * @param waitForResult - a boolean that indicates whether the function needs to wait for execution to complete. */ public async startComputeJob( sasJob: string,