GetProcessDescriptorFromCommandName
>Psychtoolbox>PsychPriority
processDescriptor=GetProcessDescriptorFromCommandName(commandName)
OS X: ___________________________________________________________________
Accept the name of a process and return a structure with fields
describing that process. GetProcessDescriptorFromCommandName relies on
the Unix command “ps” to get information about processes.
Try:
GetProcessDescriptorFromCommandName(‘MATLAB’);
OS 9: ___________________________________________________________________
GetProcessDescriptorFromCommandName does not exist in OS 9.
WINDOWS: ________________________________________________________________
GetProcessDescriptorFromCommandName does not exist in Windows.
_________________________________________________________________________
SEE ALSO: GetProcessList, GetRawProcessList
Psychtoolbox/PsychPriority/GetProcessDescriptorFromCommandName.m