Go to the source code of this file.
Functions |
| else | matlab_gs_lib (10, varargin{:}) |
Variables |
| | function [varargout] |
| | end [varargout{:}] = matlab_gs_lib(10, varargin{:}) |
Function Documentation
| else matlab_gs_lib |
( |
10 |
|
) |
|
Variable Documentation
| end[varargout{:}] = matlab_gs_lib(10, varargin{:}) |
Initial value: gs_probe_or(varargin)
% [status, sessionid] = gs_probe_or(sessionid_array)
%
% Check on the status of an array of service requests that were
% previously submitted to the GridSolve network enabled solver.
% Return status can be
% GRPC_NO_ERROR 0
% GRPC_INVALID_SESSION_ID 8
% GRPC_NONE_COMPLETED 13
% GRPC_OTHER_ERROR_CODE 14
%
% If there was no error (status=0) then the returned sessionid
% points to a completed service
Definition at line 1 of file gs_probe_or.m.