The status of the module.
#include "asr/mod_types.h"
typedef enum module_status_e{
ASR_MODULE_STATUS_READY
ASR_MODULE_STATUS_SHUTDOWN
} asr_module_status_t;
This data type enumerates the states of readiness of modules. Either a module is ready and can interact with io-asr or it can be shut down (or unloaded, if implemented as a DLL).