blob: 069bc2dd62aa42921926bdad6b9f0274c917a888 [file] [log] [blame]
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +01001description: >
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