[This is preliminary documentation and is subject to change.]
Identifies result of file system exec operation
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ExecExitCode |
| Visual Basic |
|---|
Public Enumeration ExecExitCode |
| Visual C++ |
|---|
public enum class ExecExitCode |
| F# |
|---|
type ExecExitCode |
| JScript |
|---|
public enum ExecExitCode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Symlink | -2 | This was a (symbolic) link or .lnk file pointing to a different directory | |
| Yourself | -1 | Total Commander should download the file and execute it locally | |
| Error | 1 | Execution failed | |
| OK | 0 | The command was executed successfully in the plugin (or if the command isn't applicable and no further action is needed) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |