public class PowerShellResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandOutput()
Retrieves the content returned by the executed command
|
boolean |
isError()
True if the command finished in error
|
boolean |
isTimeout()
True if the command finished in timeout
|
public boolean isError()
public String getCommandOutput()
public boolean isTimeout()
Copyright © 2018. All rights reserved.