Mercurial > hg > ltpda
view m-toolbox/classes/@LTPDAworkbench/skipForward.m @ 47:dd93c9ba6624 database-connection-manager
Fix Java dialog
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 19:07:27 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% SKIPFORWARD step forward one step in current pipeline without executing % that step. % % CALL: wb.skipForward % % M Hewitson 13-11-08 % % $Id: skipForward.m,v 1.2 2010/08/06 19:10:49 ingo Exp $ % function skipForward(varargin) wb = varargin{1}; awtinvoke(wb.mp, 'stepForwardCurrentPipeline'); wb.executing = false; end