IsTestOutput Syntax IsTestOutput(); Description Checks if the current job is a test output job. That is, a job where an example of a possible output is sent to the StreamServer application from a web service client. Returns A number indicating if a job is a test output job. 0 False. The current job is not a test output job. 1 True. The current job is a test output job. Example See Example 49.
IsTestOutput();
0
1