flux_shell_killall(3)
SYNOPSIS
#include <flux/shell.h>
void flux_shell_killall (flux_shell_t *shell, int sig);
Link with -lflux-core.
DESCRIPTION
Sends the signal sig to all processes running in shell. No
errors are set, but the call returns immediately if shell is NULL
or if sig is zero or negative.
RETURN VALUE
None.
ERRORS
None.
RESOURCES
Flux: http://flux-framework.org
Flux RFC: https://flux-framework.readthedocs.io/projects/flux-rfc
Issue Tracker: https://github.com/flux-framework/flux-core/issues