1description: >
2    Provides general information about the object status.
3
4properties:
5    - name: Active
6      type: boolean
7      description: >
8          `True`, if object is occupied by active process, `False` otherwise.
9      flags:
10        - const
11      errors:
12          - xyz.openbmc_project.Common.Error.InternalFailure
13
14    - name: ExitCode
15      type: int32
16      description: >
17          If process terminates this property will contain returned exit code.
18      flags:
19        - const
20      errors:
21          - xyz.openbmc_project.Common.Error.InternalFailure