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.9.0.1601 (12.9.0.1601)
Syntax public bool CancelOnTaskFailure { get; set; }
Public Property CancelOnTaskFailure As Boolean
Get
Set
Property Value
Type:
Booleantrue if tasks of this job will be canceled when any task of this job fails; otherwise,
false.
Remarks true by default
See Also