Location: Symbol Reference > Structs, Records, Enums > TJwSuRunStatus Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSuRunStatus Record
Pascal
TJwSuRunStatus = record
  Version: array[0..3] of WORD;
  LocationPath: String;
  ExeFileShellCommand: String;
  CancelTimeOut: Integer;
  UseCancelTimeOut: Boolean;
  PIDSupport: Boolean;
  ServerStatusCode: DWORD;
  FileVersionInfo: TJwFileVersionInfo;
end;
Members 
Description 
Version: array[0..3] of WORD; 
Version contains the SuRun version as an array: e.g. 1.2.0.6 
LocationPath: String; 
LocationPath contains the full path to SuRun.exe (with exe file) 
ExeFileShellCommand: String; 
ExeFileShellCommand contains the command line for shell exe file setting 
CancelTimeOut: Integer; 
CancelTimeOut contains the timeout of SuRun prompt (since 1.2.0.6) 
UseCancelTimeOut: Boolean; 
UseCancelTimeOut contains whether the timeout is active or not (since 1.2.0.6) 
PIDSupport: Boolean; 
PIDSupport defines whether the installed SuRun supports returning a PID of the new process? (since 1.2.0.6) 
ServerStatusCode: DWORD; 
ServerStatusCode contains the LastError code of the attempt to connect to running SuRun 
FileVersionInfo: TJwFileVersionInfo; 
FileVersionInfo contains extended FileInformation of SuRun.exe 

TJwSuRunStatus contains status information of SuRun

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!