Interface SuspendedProcess.Builder

  • Method Details

    • processName

      SuspendedProcess.Builder processName(String processName)

      The name of the suspended process.

      Parameters:
      processName - The name of the suspended process.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • suspensionReason

      SuspendedProcess.Builder suspensionReason(String suspensionReason)

      The reason that the process was suspended.

      Parameters:
      suspensionReason - The reason that the process was suspended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.