[This is preliminary documentation and is subject to change.]

Identifies result of file system exec operation

Namespace:  Tools.TotalCommanderT
Assembly:  Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0

Syntax

C#
public enum ExecExitCode
Visual Basic (Declaration)
Public Enumeration ExecExitCode
Visual C++
public enum class ExecExitCode
J#
public enum ExecExitCode
JScript
public enum ExecExitCode

Members

Member nameDescription
Symlink
This was a (symbolic) link or .lnk file pointing to a different directory
Yourself
Total Commander should download the file and execute it locally
Error
Execution failed
OK
The command was executed successfully in the plugin (or if the command isn't applicable and no further action is needed)

See Also