ExeHostEntryPointDescription.IsExternalExecutable Property

Definition

Gets a value that indicates whether the program is an external executable outside of the code package.

public bool IsExternalExecutable { get; }
member this.IsExternalExecutable : bool
Public ReadOnly Property IsExternalExecutable As Boolean

Property Value

true if the program is an external executable outside of the code package. Windows cluster loads external executables from the sequence of: working folder, Windows directory, and PATH environment variable. Linux cluster loads external executables from the standard directory. By default, the directory is "/usr/bin". It can be modifed from "LinuxExternalExecutablePath" config.

Applies to