RuleCheckExecutionStatus_Preview
**Experimental** Represents the status of a rule check execution.
enum RuleCheckExecutionStatus_Preview {
COMPLETED
FAILED
PENDING
RUNNING
}
Values
RuleCheckExecutionStatus_Preview.COMPLETED
**Experimental** The execution completed successfully.
RuleCheckExecutionStatus_Preview.FAILED
**Experimental** The execution failed.
RuleCheckExecutionStatus_Preview.PENDING
**Experimental** The execution is pending and has not yet started.
RuleCheckExecutionStatus_Preview.RUNNING
**Experimental** The execution is currently running.