blob: 11283a23f012f7ce7d140e7dcd4caf47b03d003c [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:
Patrick Williams8da396c2022-03-14 14:21:02 -050010 - const
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010011 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:
Patrick Williams8da396c2022-03-14 14:21:02 -050019 - const
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010020 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050021 - xyz.openbmc_project.Common.Error.InternalFailure