module_status_e

The status of the module.

Synopsis:

#include "asr/mod_types.h"
 
typedef enum module_status_e{
      ASR_MODULE_STATUS_READY   
      ASR_MODULE_STATUS_SHUTDOWN   
} asr_module_status_t;

Data:

ASR_MODULE_STATUS_READY
The module is ready.
ASR_MODULE_STATUS_SHUTDOWN
The module can be shut down.

Library:

libasr

Description:

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).