thread_state_to_text
const char* thread_state_to_text(Thread* thread, int32 state);
out.Print("%s", thread_state_to_text(NULL, fPreviousState));