ProcessingState Enum

Definition

Specifies the processing state of the attribute (calculated column).

public enum ProcessingState
type ProcessingState = 
Public Enum ProcessingState
Inheritance
ProcessingState

Fields

CalculationError 3

The attribute processing failed because the expression could not be evaluated for all the rows.

DependencyError 4

The attribute has a dependency on an unprocessed attribute.

InvalidExpression 2

The attribute processing cannot begin because the expression is invalid.

Processed 1

The object has been successfully processed.

Unprocessed 0

The object needs to be processed.

Applies to