Packages

t

io.scalajs.nodejs.os

OSSignalsConstants

trait OSSignalsConstants extends Object

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OSSignalsConstants
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val SIGABRT: Int
  5. val SIGALRM: Int
  6. val SIGBUS: Int
  7. val SIGCHLD: Int
  8. val SIGCONT: Int
  9. val SIGFPE: Int
  10. val SIGHUP: Int
  11. val SIGILL: Int
  12. val SIGINT: Int
  13. val SIGIO: Int
  14. val SIGIOT: Int
  15. val SIGKILL: Int
  16. val SIGPIPE: Int
  17. val SIGPOLL: Int
  18. val SIGPROF: Int
  19. val SIGPWR: Int
  20. val SIGQUIT: Int
  21. val SIGSEGV: Int
  22. val SIGSTKFLT: Int
  23. val SIGSTOP: Int
  24. val SIGSYS: Int
  25. val SIGTERM: Int
  26. val SIGTRAP: Int
  27. val SIGTSTP: Int
  28. val SIGTTIN: Int
  29. val SIGTTOU: Int
  30. val SIGUNUSED: Int
  31. val SIGURG: Int
  32. val SIGUSR1: Int
  33. val SIGUSR2: Int
  34. val SIGVTALRM: Int
  35. val SIGWINCH: Int
  36. val SIGXCPU: Int
  37. val SIGXFSZ: Int
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  40. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  42. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def valueOf(): Any
    Definition Classes
    Object
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped