Property IsActiveState
IsActiveState
Gets a value indicating the current active state of the Trigger with optional annotation.
Declaration
Annotated<bool?> IsActiveState { get; }
Property Value
Type | Description |
---|---|
Annotated<bool?> |
Remarks
Can be True (Active), False (Not Active), or Null (Unknown, Disabled, or Not Ready).