Timeout adjustment

This commit is contained in:
crschnick 2023-04-06 19:33:00 +00:00
parent 9a284b9926
commit 848e086daa

View file

@ -69,6 +69,8 @@ public interface ShellControl extends ProcessControl {
ShellControl initWith(List<String> cmds);
ShellControl startTimeout(int ms);
SecretValue getElevationPassword();
default ShellControl subShell(@NonNull ShellDialect type) {