Packages

trait ProcessReport extends Object with StObject

Annotations
@JSType() @native()
Source
processMod.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessReport
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. val directory: java.lang.String

    Directory where the report is written.

    Directory where the report is written. working directory of the Node.js process.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val filename: java.lang.String

    Filename where the report is written.

    Filename where the report is written. The default value is the empty string.

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def getReport(err: Error): java.lang.String
  12. def getReport(): java.lang.String

    Returns a JSON-formatted diagnostic report for the running process.

    Returns a JSON-formatted diagnostic report for the running process. The report's JavaScript stack trace is taken from err, if present.

  13. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  21. val reportOnFatalError: Boolean

    If true, a diagnostic report is generated on fatal errors, such as out of memory errors or failed C++ assertions.

  22. val reportOnSignal: Boolean

    If true, a diagnostic report is generated when the process receives the signal specified by process.report.signal.

  23. val reportOnUncaughtException: Boolean

    If true, a diagnostic report is generated on uncaught exception.

  24. val signal: Signals

    The signal used to trigger the creation of a diagnostic report.

  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  27. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  28. def valueOf(): Any
    Definition Classes
    Object
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def writeReport(fileName: Unit, err: Error): java.lang.String
  33. def writeReport(fileName: java.lang.String, err: Error): java.lang.String
  34. def writeReport(fileName: java.lang.String): java.lang.String
  35. def writeReport(error: Error): java.lang.String
  36. def writeReport(): java.lang.String

    Writes a diagnostic report to a file.

    Writes a diagnostic report to a file. If filename is not provided, the default filename includes the date, time, PID, and a sequence number. The report's JavaScript stack trace is taken from err, if present.

    returns

    Filename of the generated report.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped