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
Syntaxpublic enum JobThrowOnUpdateFlags
Public Enumeration JobThrowOnUpdateFlags
public enum class JobThrowOnUpdateFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags set. Job will not throw.
|
| JobAbort | 1 |
Updating a job will throw if it has been asked to abort.
|
| TaskCancel | 2 |
Updating a job will throw if the task cancellation has been requested.
|
See Also