Lines Matching refs:state
46 state: string | undefined; property in ThreadStruct
52 let stateText = threadBeanStructData.state || '';
53 if ('S' == threadBeanStructData.state) {
63 } else if ('R' == threadBeanStructData.state) {
66 } else if ('D' == threadBeanStructData.state) {
69 } else if ('Running' == threadBeanStructData.state) {
79 ThreadStruct.selectThreadStruct.state != 'S'
105 ThreadStruct.getEndState(threadBeanStructData.state || ''),
112 static getEndState(state: string): string {
113 let statusMapElement = Utils.getEndState(state);
130 d1.state == d2.state &&