Uses of Interface
ch.ivyteam.ivy.process.call.SubProcess
-
Packages that use SubProcess Package Description ch.ivyteam.ivy.process.call -
-
Uses of SubProcess in ch.ivyteam.ivy.process.call
Methods in ch.ivyteam.ivy.process.call that return SubProcess Modifier and Type Method Description static SubProcessSubProcessCall. withPath(String processPath)Find sub process by path.static SubProcessSubProcessCall. withPid(String processId)Find sub process by process id.
-