Share via


CESTRESS Return Value

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This enumeration specifies return values for an iteration of a test module in the Windows Embedded CE Stress tool.

Syntax

enum CESTRESS return value {
  CESTRESS_PASS,
  CESTRESS_FAIL,
  CESTRESS_WARN1,
  CESTRESS_WARN2,
  CESTRESS_ABORT
};

Elements

  • CESTRESS_PASS
    An iteration of the test module succeeded.
  • CESTRESS_FAIL
    The subject of the test failed to perform as expected.
  • CESTRESS_WARN1
    A problem occurred, but the problem is likely external to the subject of the test. The cause of the problem is unknown. For example, the test may have lost connection to a server that returned an ambiguous error code.
  • CESTRESS_WARN2
    A minor failure occurred in the test module, likely because of temporary, expected external circumstances. For example, the test module might not be able to connect to a server because the server reports that it has exceeded a limit on the number of connections. Alternatively, the test module might not be able to access a resource such as a file with the exclusive access rights the test module requires, because another process owns the resource.
  • CESTRESS_ABORT
    Value that causes the harness to attempt to unload the test module.

Requirements

Header stressutils.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Other Resources

Windows Embedded CE Stress Tool Enumerations