get Process List By Tab
Gets the list of processes that belongs to the given tab and matching the searchKeyword. Empty searchKeyword will return the full list of tab processes.
Return
The List of ProcessItem found.
See also
Parameters
Context The application context.
STWProcessTab: Process tab, must be one of the following list:
String : to get only processes with name containing this keyword, put empty string to get all processes that belongs to given tab.
Gets the list of processes that belongs to the given tab and matching the searchKeyword. Empty searchKeyword will return the full list of tab processes. This method offers the possibility to apply some filters
Return
The List of ProcessItem found.
See also
Also this method offers the possibility to apply sort
Parameters
Context The application context.
STWProcessTab: Process tab, must be one of the following list:
boolean true to filter processes.
boolean true to sort processes.
String : to get only processes with name containing this keyword, put empty string to get all processes that belongs to given tab.