Job Dependency class.
More...
Inherits Deadline.Jobs.OffsetDependency.
|
string | JobID [get, set] |
| The Job Id of the dependency. More...
|
|
bool | OverrideResumeOn [get, set] |
| If enabled this job overrides the resume on settings. More...
|
|
bool | ResumeOnComplete [get, set] |
| Enables resuming the dependent job when the Job Dependency completes. More...
|
|
bool | ResumeOnDeleted [get, set] |
| Enables resuming the dependent job when the Job Dependency is deleted. More...
|
|
bool | ResumeOnFailed [get, set] |
| Enables resuming the dependent job when the Job Dependency fails. More...
|
|
bool | ResumeOnPercentageCompleted [get, set] |
| Enables resuming a Job after the dependency has completed to a certain percentage. More...
|
|
double | ResumeOnPercentageValue [get, set] |
| The completion percentage value of the dependency that must be reached before the dependant job is resumed. More...
|
|
int | EndOffset [get, set] |
| The end offset for the dependency. More...
|
|
bool | OverrideFrameOffsets [get, set] |
| Whether or not to override frame offsets for this dependency. More...
|
|
int | StartOffset [get, set] |
| The start offset for the dependency. More...
|
|
bool | IgnoreFrameOffsets [get, set] |
| Whether or not to ignore frame offsets. More...
|
|
string | Notes [get, set] |
| Notes for the dependency. More...
|
|
◆ JobDependency() [1/2]
Deadline.Jobs.JobDependency.JobDependency |
( |
| ) |
|
◆ JobDependency() [2/2]
Deadline.Jobs.JobDependency.JobDependency |
( |
string |
jobID | ) |
|
Overloaded constructor that allows the job id to be specified.
- Parameters
-
◆ Clone()
virtual new object Deadline.Jobs.JobDependency.Clone |
( |
| ) |
|
|
virtual |
◆ Copy()
◆ Equals()
override bool Deadline.Jobs.JobDependency.Equals |
( |
object |
obj | ) |
|
Override equals
- Parameters
-
- Returns
◆ ToString()
override string Deadline.Jobs.JobDependency.ToString |
( |
| ) |
|
Returns the job ID.
- Returns
- The job ID as a string.
◆ JobID
string Deadline.Jobs.JobDependency.JobID |
|
getset |
The Job Id of the dependency.
◆ OverrideResumeOn
bool Deadline.Jobs.JobDependency.OverrideResumeOn |
|
getset |
If enabled this job overrides the resume on settings.
◆ ResumeOnComplete
bool Deadline.Jobs.JobDependency.ResumeOnComplete |
|
getset |
Enables resuming the dependent job when the Job Dependency completes.
◆ ResumeOnDeleted
bool Deadline.Jobs.JobDependency.ResumeOnDeleted |
|
getset |
Enables resuming the dependent job when the Job Dependency is deleted.
◆ ResumeOnFailed
bool Deadline.Jobs.JobDependency.ResumeOnFailed |
|
getset |
Enables resuming the dependent job when the Job Dependency fails.
◆ ResumeOnPercentageCompleted
bool Deadline.Jobs.JobDependency.ResumeOnPercentageCompleted |
|
getset |
Enables resuming a Job after the dependency has completed to a certain percentage.
◆ ResumeOnPercentageValue
double Deadline.Jobs.JobDependency.ResumeOnPercentageValue |
|
getset |
The completion percentage value of the dependency that must be reached before the dependant job is resumed.