Type Alias polkadot_sdk_frame::traits::schedule::Period
pub type Period<BlockNumber> = (BlockNumber, u32);
Expand description
Information relating to the period of a scheduled task. First item is the length of the period and the second is the number of times it should be executed in total before the task is considered finished and removed.