FailoverEmailMode Enumeration |
Defines when the failover email is sent in case of schedule failures
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum FailoverEmailMode
Members| Member name | Value | Description |
|---|
| First | 0 |
Email is sent only for the first failure
|
| All | 1 |
Email is sent for each failure
|
| Last | 2 |
Email is sent only for the last failure
|
See Also