raise

Hi.

How do you send a SIGPWR or any other signal to all apps (kind of like
shutdown)?

I tried to use raise(SIGPWR), but only the process doing the raise is
getting the signal.

TIA

Augie

“Augie Henriques” <augiehenriques@hotmail.com> wrote in message
news:9h87i3$1k0$1@inn.qnx.com

Hi.

How do you send a SIGPWR or any other signal to all apps (kind of like
shutdown)?

I tried to use raise(SIGPWR), but only the process doing the raise is
getting the signal.

kill( pid, signal)

Scary name for a function isn’t it :wink:


TIA

Augie