pub fn thread_kickoff(
    ctx: Context<'_, '_, '_, '_, ThreadKickoff<'_>>,
    data_hash: Option<u64>
) -> Result<()>
Expand description

Kicks off a thread if its trigger condition is active.