Class JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption
JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption class
Describes the ErrorSheetWhen feature options.
public sealed class ErrorSheetWhenOption : Option
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
| Name | Description |
|---|
| static readonly Always | Specifies an error sheet will be output for every job. |
| static readonly OnError | Specifies an error sheet will be output only on error. |
See Also