RuleCheckExecutionReason_Preview
**Experimental** Reason why the rule check execution was triggered, which can be used for filtering and distinguishing different types of rule check executions.
enum RuleCheckExecutionReason_Preview {
CHANGE
PROCESS
REGENERATION
RELEASE
UPLOAD
}
Values
RuleCheckExecutionReason_Preview.CHANGE
**Experimental** The execution was initiated because a change was detected.
RuleCheckExecutionReason_Preview.PROCESS
**Experimental** The execution was initiated by a process.
RuleCheckExecutionReason_Preview.REGENERATION
**Experimental** The execution was initiated as part of a regeneration operation.
RuleCheckExecutionReason_Preview.RELEASE
**Experimental** The execution was initiated during a release operation.
RuleCheckExecutionReason_Preview.UPLOAD
**Experimental** The execution was initiated as a result of an upload.