Copyright © 2011-2018 Michael Truog
Version: 1.7.4 Dec 17 2018 18:07:36 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog at protonmail dot com).
environment_lookup/0 | |
environment_transform/1 | |
environment_transform/2 | |
start_external/21 | |
start_internal/18 | |
update_external/3 | |
update_external_f/12 | |
update_internal_f/9 |
environment_lookup() -> any()
environment_transform(String) -> any()
environment_transform(String, EnvironmentLookup) -> any()
start_external(ProcessIndex, ProcessCount, TimeStart, TimeRestart, Restarts, ThreadsPerProcess, Filename, Arguments, Environment, Protocol, BufferSize, Timeout, Prefix, TimeoutAsync, TimeoutSync, TimeoutTerm, DestRefresh, DestListDeny, DestListAllow, ConfigOptions, ID) -> any()
start_internal(ProcessIndex, ProcessCount, TimeStart, TimeRestart, Restarts, GroupLeader, Module, Args, Timeout, Prefix, TimeoutAsync, TimeoutSync, TimeoutTerm, DestRefresh, DestListDeny, DestListAllow, ConfigOptions, ID) -> any()
update_external(Pids, Ports, X3) -> any()
update_external_f(NewFilename, NewArguments, NewEnvironment, NewDestRefresh, NewTimeoutInit, NewTimeoutAsync, NewTimeoutSync, NewDestListDeny, NewDestListAllow, OptionsKeys, NewConfigOptions, X12) -> any()
update_internal_f(NewDestRefresh, NewTimeoutInit, NewTimeoutAsync, NewTimeoutSync, NewDestListDeny, NewDestListAllow, OptionsKeys, NewConfigOptions, X9) -> any()
Generated by EDoc