public enum TestPlanExecutionStatus
Status available for a test plan execution. PENDING - the test plan is currently executed. SUCCESS - the test plan has been executed and ended without any errors. FAILED - the test plan has been executed but some errors occurred. COMPLETE - the test plan has been executed but there is no more information about test success.
public static TestPlanExecutionStatus PENDING
public static TestPlanExecutionStatus SUCCESS
public static TestPlanExecutionStatus FAILED
public static TestPlanExecutionStatus COMPLETE
public static TestPlanExecutionStatus UNKNOWN