Module cloudi_core_i_os_command

OS Process Command

Used interaction with the cloudi_os_command process.

Copyright © 2020 Michael Truog

Version: 2.0.1 Oct 26 2023 12:17:29 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

OS Process Command

Used interaction with the cloudi_os_command process.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
kill_pids/4
start_link/0
stderr/2
stdout/2
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/3

handle_call(Request, Client, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(X1) -> any()

kill_pids/4

kill_pids(SpawnProcess, Signal, Group, OSPids) -> any()

start_link/0

start_link() -> any()

stderr/2

stderr(OSPid, Output) -> any()

stdout/2

stdout(OSPid, Output) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc