Click or drag to resize

ScenarioTask Class

Represents a plugin-submitted task that has access to perform operations on an STK Scenario during its execution.
Inheritance Hierarchy
SystemObject
  AGI.STKParallel.PluginCoreScenarioTask

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 abstract class ScenarioTask

The ScenarioTask type exposes the following members.

Constructors
  NameDescription
Protected methodScenarioTask
Initializes a new instance of the ScenarioTask class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets a description of the task.
Public propertyResult
Gets or sets Task's execution result.
Public propertyStatus
Gets or sets the status of the task.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
This function is the main entry point into the task when it is run on a host
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

STK Parallel Computing Desktop API 2.7