Click or drag to resize

ScenarioJobCancelOnTaskFailure Property

Gets or sets a value indicating whether a task failure should automatically cancel the other tasks on this job.

Namespace:  AGI.STKParallel.PluginCore
Assembly:  AGI.STKParallel.PluginCore (in AGI.STKParallel.PluginCore.dll) Version: 12.7.0.1440 (12.7.0.1440)
Syntax
public bool CancelOnTaskFailure { get; set; }

Property Value

Type: Boolean
true if tasks of this job will be canceled when any task of this job fails; otherwise, false.
Remarks
true by default
See Also

STK Parallel Computing Desktop API 2.7