Click or drag to resize

ScenarioJob Class

Represents a job, composed of a list of tasks that are each supplied the same STK Scenario, to be executed in parallel.
Inheritance Hierarchy
SystemObject
  AGI.STKParallel.PluginCoreScenarioJob

Namespace:  AGI.STKParallel.PluginCore
Assembly:  AGI.STKParallel.PluginCore (in AGI.STKParallel.PluginCore.dll) Version: 12.7.0.1440 (12.7.0.1440)
Syntax
[SerializableAttribute]
public class ScenarioJob

The ScenarioJob type exposes the following members.

Constructors
  NameDescription
Public methodScenarioJob
Initializes a new instance of the ScenarioJob class.
Top
Properties
  NameDescription
Public propertyAdditionalComputationId
Gets or sets an additional identifier if the computation task environment needs to be specific to the plugin computation.
Public propertyAdditionalDependencies
Gets or sets the additional dependencies required to run the tasks contained within the job.
Public propertyCancelOnTaskFailure
Gets or sets a value indicating whether a task failure should automatically cancel the other tasks on this job.
Public propertyDescription
Gets or sets the description of the job.
Public propertyStatus
Gets or sets the status of the job.
Public propertyTasks
Gets the list of tasks.
Top
Methods
  NameDescription
Public methodAddTask
Adds a task to the job.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnTaskCompleted
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventTaskCompleted
Gets or sets the event fired when each task in the job is completed.
Top
See Also

STK Parallel Computing Desktop API 2.7