You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #751 added API support for disabling or enabling simple controls and control rules, with the default state for new controls read from a file or created by code being enabled. If a control or rule status is changed to disabled in code there is no ability to save this condition to an input file nor to read from an input file that a control or rule should be disabled.
I propose that we add the label DISABLED (or perhaps INACTIVE) to the start of a simple control statement or to the end of a rule's statements to indicate that the control or rule should not be enabled.
The text was updated successfully, but these errors were encountered:
PR #751 added API support for disabling or enabling simple controls and control rules, with the default state for new controls read from a file or created by code being enabled. If a control or rule status is changed to disabled in code there is no ability to save this condition to an input file nor to read from an input file that a control or rule should be disabled.
I propose that we add the label
DISABLED
(or perhapsINACTIVE
) to the start of a simple control statement or to the end of a rule's statements to indicate that the control or rule should not be enabled.The text was updated successfully, but these errors were encountered: