|
Method DetailJob createJob(String name, String workflow) Creates a new job and immediately executes it.
Parameters:
Returns: Job Since: 12-21-2012 Job createJob(String name, String workflow, Date startDate, Payload payload) Creates a new job.
Parameters:
Returns: Job Since: 12-21-2012 Job createJob(String name, String workflow, Payload payload) Creates a new job and immediately executes it.
Parameters:
Returns: Job Since: 01-07-2013 boolean deleteJob(String jobId) Deletes the job with the specified id. Returns false if the job is not deleted. Jobs with a status of Running or Queued cannot be deleted. Jobs with a status of Running can be deleted if they are 'stuck' for an hour or more.
Parameters:
Returns: boolean Since: 12-21-2012 deleteJobs(String[] jobIds) Deletes the jobs with the specified ids.
Parameters:
Since: 06-05-2013 Job getJob(String jobId) Returns the job with the specified id.
Parameters:
Returns: Job Since: 12-21-2012 SystemDataView getJobs() Returns a system dataview for accessing jobs. Returns: SystemDataView DataList Name: Jobs
Since: 12-21-2012 Job getLastJob(String name) Returns the job with the given name and having a schedule furthest in the future.
Parameters:
Returns: Job Since: 09-08-2017 String toString() Returns a description of this object. Returns: String Since: 12-21-2012 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |