profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
215 stars 83 forks source link

maxWait affecting isLastCommandInError #62

Open andrewg78 opened 5 years ago

andrewg78 commented 5 years ago

When the maxWait is increased, isLastCommandInError waits until this time is reached and returns the error status later.

jenskreidler commented 1 year ago

Could you explain this please more precise with code references and an example scenario?