ACF $AcfVersion:0$
IRuntimeStatusProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
6#include <istd/IChangeable.h>
7
8
9namespace ibase
10{
11
12
17{
18public:
41
45 virtual RuntimeStatus GetRuntimeStatus() const = 0;
46};
47
48
49} // namespace ibase
50
51
52
53
Provider of the run-time status.
virtual RuntimeStatus GetRuntimeStatus() const =0
Get the runtime status.
@ RS_SHUTDOWN
Process is in shutdown phase.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
This namespace contains basic implementations of standard primitives on the component level.