getluke_remote_jd

PURPOSE ^

SYNOPSIS ^

function output = getluke_remote_jd(luke_job,debugmode)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function output = getluke_remote_jd(luke_job,debugmode)
0002 %
0003 if nargin < 2,
0004     debugmode = luke_job.debugmode;
0005 end
0006 %
0007 output = remotegetbatch(luke_job,debugmode);
0008 %

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.