Source position: msethread.pas line 31
type threadstatesty = set of (
ts_started,
ts_running,
ts_terminated,
ts_freeonterminate,
ts_norun
);