mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-19 10:00:06 +00:00
chore(doc): update documentation
This commit is contained in:
@@ -949,6 +949,8 @@ export class SASViyaApiClient {
|
|||||||
* @param debug - sets the _debug flag in the job arguments.
|
* @param debug - sets the _debug flag in the job arguments.
|
||||||
* @param data - any data to be passed in as input to the job.
|
* @param data - any data to be passed in as input to the job.
|
||||||
* @param accessToken - an optional access token for an authorized user.
|
* @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(
|
public async executeComputeJob(
|
||||||
sasJob: string,
|
sasJob: string,
|
||||||
|
|||||||
@@ -683,6 +683,7 @@ export default class SASjs {
|
|||||||
* for that particular function call.
|
* for that particular function call.
|
||||||
* @param accessToken - a valid access token that is authorised to execute compute jobs.
|
* @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.
|
* 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(
|
public async startComputeJob(
|
||||||
sasJob: string,
|
sasJob: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user