Toolbox
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Toolbox
powershell
/
com.michaelflisar.toolbox.powershell
/
PSResult
PSResult
class
PSResult
(
val
outputs
:
List
<
String
>
=
emptyList()
,
val
errors
:
List
<
String
>
=
emptyList()
)
Members
Constructors
PSResult
Link copied to clipboard
constructor
(
outputs
:
List
<
String
>
=
emptyList()
,
errors
:
List
<
String
>
=
emptyList()
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
has
Errors
Link copied to clipboard
val
hasErrors
:
Boolean
has
Outputs
Link copied to clipboard
val
hasOutputs
:
Boolean
info
Link copied to clipboard
val
info
:
String
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
outputs
Link copied to clipboard
val
outputs
:
List
<
String
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String