ScriptResultForceScriptExit Property
Was the script forced to exit by an error?
Namespace: EnterpriseDT.Net.Ftp.ScriptAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool ForceScriptExit { get; set; }
Public Property ForceScriptExit As Boolean
Get
Set
public:
property bool ForceScriptExit {
bool get ();
void set (bool value);
}
member ForceScriptExit : bool with get, set
Return Value
Boolean true if forced to exit, false otherwise