jjm.one.CommandLineToolWrapper  2.0.0-alpha.0
A C# library that provides a wrapper for command line tools.
Properties | List of all members
WrapperSettings Class Reference

Represents the settings for a command line tool wrapper. More...

Properties

string WorkingDirectory = Environment.CurrentDirectory [get]
 Gets or sets the working directory for the tool. More...
 
bool ErrorDialog = false [get]
 Gets or sets a value indicating whether to show an error dialog. More...
 
int RetryCount = 3 [get]
 Gets or sets the retry count for the tool. More...
 
int RetryIntervalInSeconds = 10 [get]
 Gets or sets the retry interval in seconds. More...
 
bool RetryUseExitCodeAnalysis = true [get]
 Gets or sets a value indicating whether to use exit code analysis for retries. More...
 
bool RetryUseOutputAnalysis = true [get]
 Gets or sets a value indicating whether to use output analysis for retries. More...
 
bool RetryUseErrorAnalysis = true [get]
 Gets or sets a value indicating whether to use error analysis for retries. More...
 

Detailed Description

Represents the settings for a command line tool wrapper.

Property Documentation

◆ ErrorDialog

bool WrapperSettings.ErrorDialog = false
get

Gets or sets a value indicating whether to show an error dialog.

◆ RetryCount

int WrapperSettings.RetryCount = 3
get

Gets or sets the retry count for the tool.

◆ RetryIntervalInSeconds

int WrapperSettings.RetryIntervalInSeconds = 10
get

Gets or sets the retry interval in seconds.

◆ RetryUseErrorAnalysis

bool WrapperSettings.RetryUseErrorAnalysis = true
get

Gets or sets a value indicating whether to use error analysis for retries.

◆ RetryUseExitCodeAnalysis

bool WrapperSettings.RetryUseExitCodeAnalysis = true
get

Gets or sets a value indicating whether to use exit code analysis for retries.

◆ RetryUseOutputAnalysis

bool WrapperSettings.RetryUseOutputAnalysis = true
get

Gets or sets a value indicating whether to use output analysis for retries.

◆ WorkingDirectory

string WrapperSettings.WorkingDirectory = Environment.CurrentDirectory
get

Gets or sets the working directory for the tool.


The documentation for this class was generated from the following file: