State#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Common.State(*args, **kwds)#
 Bases:
enum.EnumGeneral 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#