Represents the settings for a command line tool wrapper.
More...
Represents the settings for a command line tool wrapper.
◆ 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:
- src/jjm.one.CommandLineToolWrapper/settings/WrapperSettings.cs