The VirtualJobManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VirtualJobManager | Initializes a new instance of the VirtualJobManager class |
Methods
Name | Description | |
---|---|---|
CancelJob |
If job is running method marks job as canceled and Also sets EndTime to Now.
If status is queued - deletes it from the list.
For other status it throws an exception.
| |
Clear |
Clears the job list
| |
DeleteJob | Obsolete.
If job is running method marks job as canceled and Also sets EndTime to Now.
If status is queued - deletes it from the list.
For other status it throws an exception.
| |
GetJobInfo |
Gets the information about the job with a given job id.
| |
GetJobInfoFile |
This function gets the information about the job with a given job id and writes it to the given file.
| |
GetJobsList |
This function gets the list of jobs and their status etc. for the given VC name.
It also filters the job list based on submittedBy, jobstate and submitDate.
| |
GetJobsListFile |
This function generates an XML file containing the list of jobs and their status etc. for the given VC name.
It also filters the job list based on submittedBy, jobstate and submissionDate.
| |
InternalCancelJob |
This function deletes the job with a given job id from job manager list.
| |
InternalCompleteJob |
Marks Queued job as completed and sets EndTime.
| |
InternalDeleteJob | Obsolete.
This function deletes the job with a given job id from job manager list.
| |
InternalFailJob |
Marks Queued job as completed and sets EndTime.
| |
InternalGetJobInfo |
Returns real reference to JobInfo that can be modified.
| |
InternalGetJobList |
Returns list of real JobInfo objects, which can be modified
| |
InternalRunJob |
Marks Queued job as Running and sets StartTime | |
InternalSubmitJob(SubmitJobParameters, String) |
Adds job to job manager list.
| |
InternalSubmitJob(String, Int32, Int32, IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(String>)>>), String) |
Adds job to job manager list.
| |
SubmitAlgebraJob | Obsolete.
Submitting a xmlAlgebra job
| |
SubmitCmdLineJob | Obsolete.
Submitting a command line job
| |
SubmitJob |
Submitting a job
|
Properties
Name | Description | |
---|---|---|
SubmitThrowsErrors |
If set to true, then any submit operation will throw an exception without actual submission.
Default is false;
|