Interface RunningThread


public interface RunningThread
  • Method Details

    • getThreadId

      long getThreadId()
    • getThreadName

      String getThreadName()
    • getCategory

      String getCategory()
    • isSuspendable

      boolean isSuspendable()
    • getStatusInfo

      String getStatusInfo()
    • getChildThreads

      Iterable<RunningThread> getChildThreads()