Class ExecFilter
[FilterMetaData(null, LongDescription = "Select exchange according to the exit code of a launched process. Evaluation is considered `true` whenthe process exits with 0 error code.", NotSelectable = true)]
public class ExecFilter : Filter
- Inheritance
-
ExecFilter
- Inherited Members
- Extension Methods
Constructors
ExecFilter(string, string)
public ExecFilter(string filename, string arguments)
Parameters
Properties
Arguments
public string Arguments { get; set; }
Property Value
Description
public override string? Description { get; set; }
Property Value
Filename
public string Filename { get; set; }
Property Value
FilterScope
The scope of this filter
public override FilterScope FilterScope { get; }
Property Value
WriteHeaderToEnv
public bool WriteHeaderToEnv { get; set; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)
protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)
Parameters
exchangeContextExchangeContextauthorityIAuthorityexchangeIExchangefilteringContextIFilteringContext