Changeset 633 for trunk/src/series/time_series.m
- Timestamp:
- May 13, 2013, 8:45:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r624 r633 210 210 for index=1:nbfield 211 211 update_waitbar(WaitbarHandle,index/nbfield) 212 if ishandle(RUNHandle) && ~strcmp(get(RUNHandle,'BusyAction'),'queue')212 if ~isempty(RUNHandle) &&ishandle(RUNHandle) && ~strcmp(get(RUNHandle,'BusyAction'),'queue') 213 213 disp('program stopped by user') 214 214 break % leave the loop if stop is ordered
Note: See TracChangeset
for help on using the changeset viewer.