runPowerShellScript
Signature
function runPowerShellScript<T>(
script: string,
options?: {
signal?: AbortSignal;
timeout?: number;
parseOutput?: ParseExecOutputHandler<T>;
},
): Promise<T>;Arguments
Return
Example
Types
ParseExecOutputHandler
Last updated

