Job Methods
The Job type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivateAllConstraints | Activates all constraints in the activation list when the activation counter is 0 and increments the activation counter. |
| AddToActivationList | Adds constraint to list of constraints to activate. |
| AllIntersectionJobsBound | Checks whether the resources for all intersection jobs are bound. |
| ClearActivationList | Clears the constraint activation list. |
| CreateSchedulingConstraints | Creates the corresponding scheduling constraints and adds to the constraints list. |
| DeactivateAllConstraints | Deactivates all constraints in the activation list if activation counter is equals 1 and decrements the activation counter. |
| DefragmentReservations | Defragments a list of capacity reservations. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| InitializeResourceGroupInformation | Calculates the applicable resource groups based on the resource information.When scheduling on resource groups all job resource information is assumed to be identical. |
| MemberwiseClone | (Inherited from Object.) |
| MoveNextEndTime | Searches for the next end time. |
| MoveNextStartTime | Searches for the next start time. |
| NextResource | Searches for the next resource. |
| NextResourceGroup | Searches for the next resource group. |
| RemoveFromActivationList | Removes a constraint to a list of constraints to activate. |
| ReserveCandidateSlotsAndComputeRuntime | Reserves a set of candidate slots and computes the runtime of the job. |
| ResetConstraintActivation | Deactivates all the constraints in the activation list and resets the activation counter. |
| ResetEndTimeSearch | Resets the search state for start time. |
| ResetResourceGroupSearch | Resets the resource group search state. |
| ResetResourceSearch | Resets the resource search state. |
| ResetStartTimeSearch | Resets the search state for start time. |
| SetResourceLowerBounds | |
| SetResourceUpperBounds | |
| SortResources | Sorts resources after the best scheduling time is obtained. |
| ToString | Returns a string that represents this job object. (Overrides Object.ToString().) |
Community Additions
ADD
Show: