Function: AsyncRunScramCli()
AsyncRunScramCli(
info,callback):void
Defined in: index.d.ts:65
Parameters
info
QuantifyRequest
The callback info from Node.js, containing the input arguments and callback function.
callback
Callback
Node.js-style completion callback invoked with the result or error from the asynchronous run.
Returns
void
Returns undefined on successful queuing of the task, or throws a JavaScript exception on error.
Remarks
Main Node.js wrapper function to run the SCRAM CLI asynchronously.
