Lines Matching refs:Status
1177 def Status (self): 1178 """Get JET status.""" 1181 status = JET_Status() 1182 result = eas_dll.JET_Status(self.eas.handle, byref(status)) 1186 (status.currentUserID, status.segmentRepeatCount, status.numQueuedSegments, status.paused)) 1187 return status