Class JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption

JobErrorSheet.ErrorSheetWhen.ErrorSheetWhenOption class

Describes the ErrorSheetWhen feature options.

public sealed class ErrorSheetWhenOption : 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 AlwaysSpecifies an error sheet will be output for every job.
static OnErrorSpecifies an error sheet will be output only on error.

See Also