ScenarioJob Class |
Namespace: AGI.STKParallel.PluginCore
The ScenarioJob type exposes the following members.
| Name | Description | |
|---|---|---|
| ScenarioJob |
Initializes a new instance of the ScenarioJob class.
|
| Name | Description | |
|---|---|---|
| AdditionalComputationId |
Gets or sets an additional identifier if the computation task environment
needs to be specific to the plugin computation.
| |
| AdditionalDependencies |
Gets or sets the additional dependencies required to run the tasks contained within the job.
| |
| CancelOnTaskFailure |
Gets or sets a value indicating whether a task failure should automatically cancel the other tasks on this job.
| |
| Description |
Gets or sets the description of the job.
| |
| Status |
Gets or sets the status of the job.
| |
| Tasks |
Gets the list of tasks.
|
| Name | Description | |
|---|---|---|
| AddTask |
Adds a task to the job.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnTaskCompleted |
Raises the OnTaskCompleted(ScenarioTaskCompletedEventArgs) event.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| TaskCompleted |
Gets or sets the event fired when each task in the job is completed.
|
STK Parallel Computing Desktop API 2.10