This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSTask.html is in gnustep-base-doc 1.24.7-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>NSTask class reference</title>
  </head>
  <body>
    <font face="serif">
    <a href="Base.html">Up</a>
    <br />
    <h1><a name="title$NSTask">NSTask class reference</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Richard Frith-Macdonald (<a href="mailto:richard@brainstorm.co.uk"><code>richard@brainstorm.co.uk</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Version:</b> 37598</p>
    <p><b>Date:</b> 2014-01-13 17:32:31 +0000 (Mon, 13 Jan 2014)</p>
    <p><b>Copyright:</b> (C) 1998,1999 Free Software Foundation, Inc.</p>

        <div>
    </div>

          <h1><a name="001000000000">
        Software documentation for the NSTask class
      </a></h1>
    <h2><a name="class$NSTask">NSTask</a> : <a rel="gsdoc" href="NSObject.html#class$NSObject">NSObject</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>Foundation/NSTask.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          The NSTask class provides a mechanism to run separate
          tasks under (limited) control of your program.
        
    </div>
    <hr width="50%" align="left" />
    <a href="#_NSTask_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask+launchedTaskWithLaunchPath$arguments$">+launchedTaskWithLaunchPath:arguments:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-arguments">-arguments</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-currentDirectoryPath">-currentDirectoryPath</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-environment">-environment</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-interrupt">-interrupt</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-isRunning">-isRunning</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-launch">-launch</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-launchPath">-launchPath</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-processIdentifier">-processIdentifier</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-resume">-resume</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setArguments$">-setArguments:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setCurrentDirectoryPath$">-setCurrentDirectoryPath:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setEnvironment$">-setEnvironment:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setLaunchPath$">-setLaunchPath:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setStandardError$">-setStandardError:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setStandardInput$">-setStandardInput:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-setStandardOutput$">-setStandardOutput:</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-standardError">-standardError</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-standardInput">-standardInput</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-standardOutput">-standardOutput</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-suspend">-suspend</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-terminate">-terminate</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-terminationStatus">-terminationStatus</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-usePseudoTerminal">-usePseudoTerminal</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-validatedLaunchPath">-validatedLaunchPath</a></li>
      <li><a rel="gsdoc" href="NSTask.html#method$NSTask-waitUntilExit">-waitUntilExit</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSTask+launchedTaskWithLaunchPath$arguments$">launchedTaskWithLaunchPath:&nbsp;arguments:&nbsp;</a></h3>
    + (<a rel="gsdoc" href="#class$NSTask">NSTask</a>*) <b>launchedTaskWithLaunchPath:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)path<b> arguments:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)args;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Creates and launches a task, returning an
            autoreleased task object. Supplies the
            <var>path</var> to the executable and an array of
            argument. The task inherits the parents
            environment and I/O.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-arguments">arguments&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*) <b>arguments</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the arguments set for the task.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-currentDirectoryPath">currentDirectoryPath&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>currentDirectoryPath</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the working directory set for the task.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-environment">environment&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSDictionary.html#class$NSDictionary">NSDictionary</a>*) <b>environment</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the environment set for the task.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-interrupt">interrupt&nbsp;</a></h3>
    - (void) <b>interrupt</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sends an interrupt signal to the receiver and any
            subtasks. <br /> If the task has not been
            launched, raises an NSInvalidArgumentException.
            <br /> Has no effect on a task that has already
            terminated. <br /> This is rather like the
            terminate method, but the child process may not
            choose to terminate in response to an interrupt.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-isRunning">isRunning&nbsp;</a></h3>
    - (BOOL) <b>isRunning</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Checks to see if the task is currently running.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-launch">launch&nbsp;</a></h3>
    - (void) <b>launch</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Launches the task. <br /> Raises an
            NSInvalidArgumentException if
            the launch path is not set or if the subtask cannot be
            started for some reason (eg. the executable does
            not exist or the task has already been launched).
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-launchPath">launchPath&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>launchPath</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the launch path set for the task.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-processIdentifier">processIdentifier&nbsp;</a></h3>
    - (int) <b>processIdentifier</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            Returns the number identifying the child process on
            this system.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-resume">resume&nbsp;</a></h3>
    - (BOOL) <b>resume</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            Sends a cont signal to the receiver and any subtasks.
            <br /> If the task has not been launched, raises an
            NSInvalidArgumentException.
            <br />
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setArguments$">setArguments:&nbsp;</a></h3>
    - (void) <b>setArguments:</b> (<a rel="gsdoc" href="NSArray.html#class$NSArray">NSArray</a>*)args;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets an array of arguments to be supplied to the task
            when it is launched. The default is an empty array.
            This method cannot be used after a task is launched...
            it raises an NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setCurrentDirectoryPath$">setCurrentDirectoryPath:&nbsp;</a></h3>
    - (void) <b>setCurrentDirectoryPath:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)path;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the home directory in which the task is to be
            run. The default is the parent processes directory.
            This method cannot be used after a task is launched...
            it raises an NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setEnvironment$">setEnvironment:&nbsp;</a></h3>
    - (void) <b>setEnvironment:</b> (<a rel="gsdoc" href="NSDictionary.html#class$NSDictionary">NSDictionary</a>*)env;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the environment variables for the task to be run.
            The default is the parent processes environment. This
            method cannot be used after a task is launched... it
            raises an NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setLaunchPath$">setLaunchPath:&nbsp;</a></h3>
    - (void) <b>setLaunchPath:</b> (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*)path;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the <var>path</var> to the executable file to be
            run. There is no default for this - you must set the
            launch <var>path</var>. This method cannot be used
            after a task is launched... it raises an
            NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setStandardError$">setStandardError:&nbsp;</a></h3>
    - (void) <b>setStandardError:</b> (id)hdl;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the standard error stream for the task. <br />
            This is normally a writable NSFileHandle object. If
            this is an NSPipe, the write end of the pipe is
            automatically closed on launching. <br /> The
            default behavior is to inherit the parent processes
            stderr output. <br /> This method cannot be used
            after a task is launched... it raises an
            NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setStandardInput$">setStandardInput:&nbsp;</a></h3>
    - (void) <b>setStandardInput:</b> (id)hdl;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the standard input stream for the task. <br />
            This is normally a readable NSFileHandle object. If
            this is an NSPipe, the read end of the pipe is
            automatically closed on launching. <br /> The
            default behavior is to inherit the parent processes
            stdin stream. <br /> This method cannot be used after
            a task is launched... it raises an
            NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-setStandardOutput$">setStandardOutput:&nbsp;</a></h3>
    - (void) <b>setStandardOutput:</b> (id)hdl;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sets the standard output stream for the task. <br />
            This is normally a writable NSFileHandle object. If
            this is an NSPipe, the write end of the pipe is
            automatically closed on launching. <br /> The
            default behavior is to inherit the parent processes
            stdout stream. <br /> This method cannot be used
            after a task is launched... it raises an
            NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-standardError">standardError&nbsp;</a></h3>
    - (id) <b>standardError</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the standard error stream for the task - an
            NSFileHandle unless an NSPipe was passed to
            <a rel="gsdoc" href="#method$NSTask-setStandardError$">
              -setStandardError:
            </a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-standardInput">standardInput&nbsp;</a></h3>
    - (id) <b>standardInput</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the standard input stream for the task - an
            NSFileHandle unless an NSPipe was passed to
            <a rel="gsdoc" href="#method$NSTask-setStandardInput$">
              -setStandardInput:
            </a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-standardOutput">standardOutput&nbsp;</a></h3>
    - (id) <b>standardOutput</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the standard output stream for the task -
            an NSFileHandle unless an NSPipe was passed to
            <a rel="gsdoc" href="#method$NSTask-setStandardOutput$">
              -setStandardOutput:
            </a>

          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-suspend">suspend&nbsp;</a></h3>
    - (BOOL) <b>suspend</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            Sends a stop signal to the receiver and any subtasks.
            <br /> If the task has not been launched, raises an
            NSInvalidArgumentException.
            <br />
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-terminate">terminate&nbsp;</a></h3>
    - (void) <b>terminate</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Sends a terminate signal to the receiver and any
            subtasks. <br /> If the task has not been
            launched, raises an
            <code>NSInvalidArgumentException</code>. <br /> Has
            no effect on a task that has already terminated. <br />
            When a task terminates, either due to this method
            being called, or normal termination, an
            <code>NSTaskDidTerminateNotification</code> is
            posted.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-terminationStatus">terminationStatus&nbsp;</a></h3>
    - (int) <b>terminationStatus</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the termination status of the task. <br />
            If the task has not completed running, raises an
            NSInvalidArgumentException.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-usePseudoTerminal">usePseudoTerminal&nbsp;</a></h3>
    - (BOOL) <b>usePseudoTerminal</b>;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
            If the system supports it, this method sets the standard
            input, output, and error streams to a
            pseudo-terminal so that, when launched, the
            child task will act as if it was running
            interactively on a terminal. The file handles
            can then be used to communicate with the child. <br />
            This method cannot be used after a task is launched...
            it raises an NSInvalidArgumentException. <br /> The
            standard input, output and error streams cannot be
            changed after calling this method. <br /> The
            method returns <code>YES</code> on success,
            <code>NO</code> on failure.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-validatedLaunchPath">validatedLaunchPath&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSString.html#class$NSString">NSString</a>*) <b>validatedLaunchPath</b>;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
            Returns a validated launch path or <code>nil</code>
            . <br /> Allows for the GNUstep host/operating system,
            and library combination subdirectories in a path,
            appending them as necessary to try to locate the
            actual binary to be used. <br /> Checks that the
            binary file exists and is executable. <br /> Even
            tries searching the directories in the PATH
            environment variable to locate a binary if the
            original launch path set was not absolute.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSTask-waitUntilExit">waitUntilExit&nbsp;</a></h3>
    - (void) <b>waitUntilExit</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Suspends the current thread until the task
            terminates, by waiting in NSRunLoop
            (NSDefaultRunLoopMode) for the task
            termination. <br /> Returns immediately if the
            task is not running.
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_NSTask_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for NSTask Class</h2>
    <h3><a name="ivariable$NSTask*_arguments">_arguments</a></h3>
    @protected NSArray* <b>_arguments</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_currentDirectoryPath">_currentDirectoryPath</a></h3>
    @protected NSString* <b>_currentDirectoryPath</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_environment">_environment</a></h3>
    @protected NSDictionary* <b>_environment</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_hasCollected">_hasCollected</a></h3>
    @protected BOOL <b>_hasCollected</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_hasLaunched">_hasLaunched</a></h3>
    @protected BOOL <b>_hasLaunched</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_hasNotified">_hasNotified</a></h3>
    @protected BOOL <b>_hasNotified</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_hasTerminated">_hasTerminated</a></h3>
    @protected BOOL <b>_hasTerminated</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_launchPath">_launchPath</a></h3>
    @protected NSString* <b>_launchPath</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_standardError">_standardError</a></h3>
    @protected id <b>_standardError</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_standardInput">_standardInput</a></h3>
    @protected id <b>_standardInput</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_standardOutput">_standardOutput</a></h3>
    @protected id <b>_standardOutput</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_taskId">_taskId</a></h3>
    @protected int <b>_taskId</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSTask*_terminationStatus">_terminationStatus</a></h3>
    @protected int <b>_terminationStatus</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <br/><hr width="50%" align="left" /><br/>
    <br />
    <a href="Base.html">Up</a>
    </font>
</body>
</html>