Constant libzt::zts_event_t_ZTS_EVENT_NODE_DOWN[][src]

pub const zts_event_t_ZTS_EVENT_NODE_DOWN: zts_event_t = 203;
Expand description

Node is shutting down

This is generated within Node’s destructor when it is being shut down. It’s done for convenience, since cleaning up other state in the event handler may appear more idiomatic.