Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages the tasks and resources that are associated with a job.
The following tables list the members exposed by the Job type.
Public Constructors
Name | Description | |
---|---|---|
Job | Overloaded. Initializes a new instance of the Job class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AllocatedNodes | Retrieves and sets the list of compute nodes allocated to the job. |
![]() |
AskedNodes | Retrieves or sets the list of nodes that are requested for the job. |
![]() |
CreateTime | Retrieves the job creation time. |
![]() |
EndTime | Retrieves the job end time. |
![]() |
ErrorMessage | Retrieves the job error message. |
![]() |
ExtendedJobTerms | Retrieves the application-defined extended job terms. |
![]() |
Id | Retrieves the job identifier. |
![]() |
IsBackfill | Checks whether the job is running as a backfill job. |
![]() |
IsExclusive | Determines whether nodes should be exclusively allocated to the job. |
![]() |
Item | Retrieves the specified task from the job. |
![]() |
MaximumNumberOfProcessors | Retrieves or sets the maximum number of processors that are required by the job. |
![]() |
MinimumNumberOfProcessors | Retrieves or sets the minimum number of processors that are required by the job. |
![]() |
Name | Retrieves or sets the display name of the job. |
![]() |
Priority | Retrieves or sets the job priority. |
![]() |
Project | Retrieves or sets the project name that is associated with the job. |
![]() |
Runtime | Retrieves or sets the run-time limit for the job. |
![]() |
RunUntilCanceled | Determines whether the resources that are allocated to a job are reserved for the job until the job is canceled (even if the job has no active tasks). |
![]() |
SoftwareLicense | Retrieves or sets information about the required licenses. |
![]() |
StartTime | Retrieves the time that the job started running. |
![]() |
Status | Retrieves the status of the job. |
![]() |
SubmittedBy | Retrieves the name of the user who added, submitted, or queued the job. |
![]() |
SubmitTime | Retrieves the time that the job was submitted. |
![]() |
TaskCount | Retrieves the number of tasks in the job. |
![]() |
Tasks | Retrieves or sets the list of tasks in the job. |
![]() |
Timestamp | Retrieves and sets the last time that the job was updated. |
![]() |
User | Retrieves or sets the RunAs user for the job. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Add | Adds the task to the job. |
![]() |
AddTask | Adds the task to the job. |
![]() |
Clear | Removes all tasks from the job. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetEnumerator | Retrieves an enumerator used to enumerate the tasks in the job. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetTask | Retrieves the specified task. |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
SetExtendedJobTerm | Sets the application-defined extended term on the job. |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top