Class JobErrorSheet.ErrorSheetOption

JobErrorSheet.ErrorSheetOption class

Describes the JobErrorSheet feature options.

public sealed class ErrorSheetOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static readonly CustomSpecifies a custom error sheet should be output. If a JobErrorSheetSourceParameterInit element is not specified, this Option should be ignored.
static readonly NoneSpecifies no error sheet should be output.
static readonly StandardSpecifies the standard (device defined) error sheet should be output.

See Also