runstorm - v1.0.6
Preparing search index...
runRawCommands
Function runRawCommands
runRawCommands
(
__namedParameters
:
Readonly
<
{
commandColors
?:
ReadonlyArray
<
ColorKey
>
;
commandNames
?:
ReadonlyArray
<
string
>
;
commands
:
ReadonlyArray
<
string
>
;
options
?:
Readonly
<
RunCommandOptions
>
;
}
,
>
,
)
:
Promise
<
{
exitCodes
:
Exit
[]
;
highestExitCode
:
number
;
terminated
:
boolean
}
,
>
Run all given raw command strings within RunStorm.
Parameters
__namedParameters
:
Readonly
<
{
commandColors
?:
ReadonlyArray
<
ColorKey
>
;
commandNames
?:
ReadonlyArray
<
string
>
;
commands
:
ReadonlyArray
<
string
>
;
options
?:
Readonly
<
RunCommandOptions
>
;
}
,
>
Returns
Promise
<
{
exitCodes
:
Exit
[]
;
highestExitCode
:
number
;
terminated
:
boolean
}
>
The exits codes of each command in order.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
runstorm - v1.0.6
Loading...
Run all given raw command strings within RunStorm.