system's "kill <pid>" signal

Nicholas Wilson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Nov 4 21:46:15 PDT 2016


On Saturday, 5 November 2016 at 02:24:00 UTC, Konstantin 
Kutsevalov wrote:
> Hi,
>
> is there a way to catch system signal of "kill" command or 
> "shutdown"?
>
> PS: are there some other ways also to send signals to running a 
> D application?

have a look in std.process

I don't think you can catch kill.


More information about the Digitalmars-d-learn mailing list