pub fn get_state<'a, T: Into<AkID<'a>>>(
    state_group: T
) -> Result<AkStateID, AkResult>
Expand description

Get the state of a state group.

Return the active state if succeeded, or AkResult::AK_IDNotFound if the state group name can not be found