Click or drag to resize

JobThrowOnUpdateFlags Enumeration

Flags indicating when a job status update call may throw.

Namespace:  MFiles.VAF.AppTasks
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public enum JobThrowOnUpdateFlags
Members
  Member nameValueDescription
None0 No flags set. Job will not throw.
JobAbort1 Updating a job will throw if it has been asked to abort.
TaskCancel2 Updating a job will throw if the task cancellation has been requested.
See Also