This header describes the interface of an object which represents a file
managed by a remote Xgrid controller.
Instances of XGFile can be used to initialize XGFileDownload objects.
XGFileStandardErrorPath |
extern NSString * const XGFileStandardErrorPath;
The standard error stream has this path.
XGFileStandardOutputPath |
extern NSString * const XGFileStandardOutputPath;
The standard output stream has this path.
XGFileType |
- XGFileType
typedef enum { XGFileTypeNone = 0, XGFileTypeRegular, XGFileTypeStream } XGFileType;
XGFileTypeNone
- No file type.
XGFileTypeRegular
- The file is regular.
XGFileTypeStream
- The file is a stream.
The type of file.
(Last Updated May 03, 2005)