Skip to Main Content Skip to Search
Product Documentation

SubmitTime - When job was submitted to queue

Description

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'.

Characteristics

Usage

Job object

Read-only

Always

Data type

String

Values

SubmitTime is assigned the job manager's system time when the job is submitted.

Examples

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

See Also

Functions

submit

Properties

CreateTime, FinishTime, StartTime

  


Free Parallel Computing Interactive Kit

See how to solve large problems with minimal effort and reduce simulation time.

Get free kit

Trials Available

Try the latest versions of parallel computing products.

Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS