summaryrefslogtreecommitdiffstats
path: root/spec/rtems/ratemon/glossary/job.yml
blob: a2a66b5ed8384658563442646c03ab0e846d992b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: group
term: job
text: |
  A job denotes the code which the ${../glossary/ownertask:/term} executes
  between two successive calls to ${../if/period:/name} (excluding those using
  ${../if/period-status-define:/name}).  A job starts when the first
  of these two ${../if/period:/name} calls returns.  A job ends with the next
  call to ${../if/period:/name} or a call to ${../if/cancel:/name} or
  ${../if/delete:/name}.
type: glossary