How exclude or skip post type with get_next_post_link

What is Status? If it’s a taxonomy – and, by the look of it, it should be – you can exclude any given term in get_previous_post_link using the $excluded_terms parameter.

If status is not a taxonomy already, you might want to rethink that for performance reasons.