SIGTERM

  1. enum SIGTERM;
    version(Posix)
    extern (C) nothrow @nogc
    enum SIGTERM = 15;
  2. enum SIGTERM;

Meta