Progress#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Application.Progress(obj: Ansys.Common.Interop.AnsCoreObjects.IAnsProgress)#

Bases: object

Defines a Progress.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

SetProgress

Set the current progress state

ToString

ToString method.

add_OnStopped

add_OnStopped method.

remove_OnStopped

remove_OnStopped method.

InternalObject

InternalObject property.

Property detail#

property Progress.InternalObject: Ansys.Common.Interop.AnsCoreObjects.IAnsProgress | None#

InternalObject property.

Method detail#

Progress.Equals(obj: Any) bool#

Equals method.

Progress.GetHashCode() int#

GetHashCode method.

Progress.GetType() type#

GetType method.

Progress.SetProgress(uiProgress: int, uiMessage: str, uiSubProgress: int, uiSubMessage: str) None#

Set the current progress state

Progress.ToString() str#

ToString method.

Progress.add_OnStopped(value: System.EventHandler) None#

add_OnStopped method.

Progress.remove_OnStopped(value: System.EventHandler) None#

remove_OnStopped method.