Class JobErrorSheet.ErrorSheetOption
JobErrorSheet.ErrorSheetOption class
Describes the JobErrorSheet
feature options.
public sealed class ErrorSheetOption : 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 Custom | Specifies a custom error sheet should be output. If a JobErrorSheetSource ParameterInit element is not specified, this Option should be ignored. |
static readonly None | Specifies no error sheet should be output. |
static readonly Standard | Specifies the standard (device defined) error sheet should be output. |
See Also