SIGTERM

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

Meta