IBindSightRunnerOptions
public abstract interface IBindSightRunnerOptions
Namespace: RhoMicro.BindSight.Generators
Inheritance:
Summary
Section titled “Summary”Provides options for the BindSightGeneratorRunner.
Properties
Section titled “Properties”ExitMode
Section titled “ExitMode”ExitMode ExitMode { get; }
Summary
Section titled “Summary”Gets the exit mode of the runner. The default is ExitMode.Environment
ExitOnCancellation
Section titled “ExitOnCancellation”bool ExitOnCancellation { get; }
Summary
Section titled “Summary”Gets a value indicating whether to exit using IBindSightRunnerOptions.ExitMode when cancellation is requested. The default is true
.
bool Run { get; }
Summary
Section titled “Summary”Gets a value indicating whether to run the runner. This is useful when executing the runner from a hosted service, as it may be toggled on or off using this option. The default is true
.
Default
Section titled “Default”IBindSightRunnerOptions Default { get; }
Summary
Section titled “Summary”Gets the default instance for this options interface.