Products & Services Solutions Academia Support User Community Company

Learn more about Parallel Computing Toolbox   

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

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS