ftp.nice.ch/Attic/openStep/connectivity/mail/NXPGP.5.0.s.tgz#/NXPGP50/source/NSTask_accessing.h

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.