StyleRuleContextState

enum StyleRuleContextState : Enum<StyleRuleContextState>

The execution state of a style rule.

Author

Todd L Smith

Entries

Link copied to clipboard

The enclosing context is paused, waiting for another style classifier to become available.

Link copied to clipboard

The enclosing context is currently running.

Link copied to clipboard

The enclosing context has accepted a style classifier sequence.

Link copied to clipboard

The enclosing context has rejected a style classifier sequence.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int