Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
powershell
/
com.michaelflisar.toolbox.powershell
/
PSCommandBuilder
/
PSCommand
PSCommand
class
PSCommand
(
val
name
:
String
,
val
command
:
String
)
Members
Constructors
PSCommand
Link copied to clipboard
constructor
(
name
:
String
,
command
:
String
)
Properties
command
Link copied to clipboard
val
command
:
String
name
Link copied to clipboard
val
name
:
String
Functions
run
Link copied to clipboard
fun
run
(
wait
:
Boolean
=
true
)
:
PSResult