Interface ProcessListItem



  • public interface ProcessListItem
    Instance of process List item
    • Method Detail

      • getProcessId

        int getProcessId​()
        Get process ID (HOBJ) of D2000 process
        Returns:
        HOBJ
      • getProcessValid

        boolean getProcessValid​()
        Get true if the process is running; false if it is not.
        Returns:
        true if the process is running; false if it is not.
      • getJsonDetails

        java.lang.String getJsonDetails​()
        Get details of process in JSON format.
        Returns:
        details of process in JSON format