OpenHiva::Shutdown
Description
Terminates the OpenHiva framework, exits a process, and releases resources.
Prototype
void OpenHiva::Shutdown()
Parameters
None
Returns
None
Usage
None
Precautions
- Non-reentrant, synchronous interface.
- This interface is used to exit a process. After this interface is invoked, OpenHiva::WaitForShutdown is terminated, and the framework releases resources and exits.
- After OpenHiva::Shutdown is invoked, OpenHiva::Ready returns false, and the framework publishing and subscription are terminated.
Parent topic: Initialization/Exit/Scheduling APIs