This is NSTask_accessing.h in view mode; [Download] [Up]
#import <Foundation/Foundation.h> // Mach only #ifdef NeXT #import <mach/mach.h> #endif NeXT @interface NSTask (accessing) // the tasks' UNIX process ID - (int)pid; - (void)kill; #ifdef NeXT // Mach only: the tasks' Mach task id - (task_t)machTaskId; #endif @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.