Enum UpdateTaskOptions

UpdateTaskOptions enumeration

Enumerates update task options.

[Flags]
public enum UpdateTaskOptions

Values

NameValueDescription
None0No specific options are specified.
ForceRewrite1Specifies that the task should be rewritten in any way even if some changes were made after the last operation with the task.

See Also