State
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Interfaces.Common.State#
Bases:
enum.Enum
General state enumeration to be used across ACT Apps.
Overview#
Attribute detail#
- State.Disabled = 6#
- State.EditRequired = 8#
- State.Error = 7#
- State.Interrupted = 9#
- State.Modified = 4#
- State.OutOfDate = 2#
- State.RefreshRequired = 1#
- State.Unfulfilled = 5#
- State.Unknown = 11#
- State.UpToDate = 0#
- State.UpdateRequired = 3#
- State.UpstreamChangesPending = 10#