reactive_graph_runtime_model/entity/
shutdown.rs

1use crate::NAMESPACE_CORE;
2use reactive_graph_graph::entity_ty;
3use reactive_graph_graph::properties;
4
5properties!(ShutdownProperties, (DELAY, "delay", 0));
6
7entity_ty!(ENTITY_TYPE_SHUTDOWN, NAMESPACE_CORE, ENTITY_TYPE_NAME_SHUTDOWN, "shutdown");