Click or drag to resize
FdoTaskResolution Enumeration
Error resolution of a task during run-time.

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public enum FdoTaskResolution
Members
  Member nameValueDescription
Break0Stop execution of the task(s), treats errors as is.
Ignore1Ignores an error, treats errors as warnings, continues task(s) execution.
Delete2Ignores an error, deletes erroneous feature(s), reports no errors.
Remarks
Ignore treats all errors as warnings, except for user-cancel and license-related errors.
See Also