ScenarioTaskCompletedEventArgsTask Property |
Gets the completed task.
Namespace:
AGI.STKParallel.PluginCore
Assembly:
AGI.STKParallel.PluginCore (in AGI.STKParallel.PluginCore.dll) Version: 12.9.0.1601 (12.9.0.1601)
Syntax public ScenarioTask Task { get; }
Public ReadOnly Property Task As ScenarioTask
Get
Property Value
Type:
ScenarioTaskThe task.
See Also