00001 function status = gs_cancel(varargin) 00002 % status = gs_cancel(sessionid) 00003 % 00004 % Cancel a previous asynchronous call to the GridSolve network solver. 00005 % Returns a status of 0 if there was no error, non-zero otherwise. 00006 % 00007 % See also gs_call_async 00008 00009 status = matlab_gs_lib(7, varargin{:}); 00010
1.6.3-20100507