Uses of Class
cloud.opencode.base.core.process.ProcessConfig
Packages that use ProcessConfig
-
Uses of ProcessConfig in cloud.opencode.base.core.process
Methods in cloud.opencode.base.core.process that return ProcessConfigMethods in cloud.opencode.base.core.process with parameters of type ProcessConfigModifier and TypeMethodDescriptionstatic ProcessResultProcessManager.execute(ProcessConfig config) Executes a command with the given configuration and waits for completion.static ProcessProcessManager.start(ProcessConfig config) Starts a process with the given configuration without waiting for completion.