Interface IServerProcess

All Superinterfaces:
IServerResource
All Known Implementing Classes:
ServerProcess

public interface IServerProcess extends IServerResource
Defines the fields available for each Perforce server process object returned from the IServer getServerProcessList method. Fields defined here are documented in the main Perforce documentation and will not detailed here.

Note that any of the String-returning methods below may return null even on non-error results.

IServerProcess objects are always complete and not refreshable or updatable.

  • Method Details

    • getId

      int getId()
    • getProg

      String getProg()
    • getHost

      String getHost()
    • getClient

      String getClient()
    • getTime

      String getTime()
    • getStatus

      String getStatus()
    • getCommand

      String getCommand()
    • getUserName

      String getUserName()
    • getArgs

      String getArgs()