| Contents | Index |
SubmitTime holds a date number specifying
the time when a job was submitted to the job queue, in the format
'day mon dd hh:mm:ss tz yyyy'.
Usage | Job object |
Read-only | Always |
Data type | String |
SubmitTime is assigned the job manager's system time when the job is submitted.
Create and submit a job, then get its SubmitTime.
jm = findResource('scheduler','type','jobmanager', ...
'name','MyJobManager','LookupURL','JobMgrHost');
j = createJob(jm);
createTask(j, @rand, 1, {12,12});
submit(j)
get(j, 'SubmitTime')
ans =
Wed Jun 30 11:33:21 EDT 2004
CreateTime, FinishTime, StartTime

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |