dynamic property

bool dynamic
getter/setter pair

Marking the plugin as dynamic means that it can be run while core lightning is already running, if false the plugin can only be run when core lightning is restarted.

Implementation

bool dynamic;