Function is_ready_to_execute
Source pub fn is_ready_to_execute(message: &Message) -> bool
Expand description
Check if a message should be executed now (ETA has passed)
§Arguments
message - The message to check
§Returns
true if the message has no ETA or the ETA has passed, false otherwise