OpenStudio:utilities
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "WorkflowStepResult.hpp"

Detailed Description

Possible outcomes of running a WorkflowStep.

See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

OPENSTUDIO_ENUM( StepResult,
((Skip)(Skipped)(-2))
((NA)(NotApplicable)(-1))
((Success)(Pass)(0))
((Fail)(Fail)(1))
);