Skip to content

Commit bedca93

Browse files
committed
Fix nasa#1033, remove false child tasks statement.
1 parent 9bc7bfd commit bedca93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cFE Application Developers Guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@ deciding on whether to create multiple Applications versus a single
488488
Application with multiple Tasks, the Application Developer should keep
489489
in mind these facts:
490490

491-
- Child Tasks can only execute at a priority equal to or less than the
492-
priority of the Application's Main Task.
491+
- When the Application exits it is the responsiabilty of the
492+
Main Task to safely stop all of its Child Tasks.
493493

494494
- If the Main Task of an Application is stopped, either through
495495
detection of an exception or via command, all Child Tasks are also
496-
stopped.
496+
forcibly stopped in an unsafe manner.
497497

498498
Child Tasks can be useful in both "Software Only" and "Hardware Servicing"
499499
applications.

0 commit comments

Comments
 (0)