CommandOutputType enumeration
Defines the source of the output.
Syntax
typedef enum { CommandOutputType_Output = 0, CommandOutputType_Error = 1, CommandOutputType_Eof = 2 } CommandOutputType;
Constants
- CommandOutputType_Output
-
The output was generated by the command itself (captured from standard output or standard error).
- CommandOutputType_Error
-
The output is an error message string that was generated when the job that contains the command failed.
- CommandOutputType_Eof
-
There is no more output to receive. Use this in your callback to determine when there is no more output to receive.
Requirements
|
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
|---|---|
|
Type library |
|
See also
Show: