schedule_block_with_uuid

Function schedule_block_with_uuid 

Source
pub fn schedule_block_with_uuid<E>(
    name: &str,
    uuid: Uuid,
    eng: &mut E,
) -> Result<Uuid>
Expand description

Schedule a block by name and UUID. See schedule_block for more details.