ProgressBarEventArguments#
- class ansys.stk.core.stkobjects.ProgressBarEventArguments#
Represents a structure used by the Percent Complete events.
Overview#
Cancel a lengthy operation. |
Return whether the lengthy operation has been canceled. |
|
Return whether the lengthy operation can be canceled. |
|
Return the current progress status. The value returned is greater or equal to 0 and less or equal to 100. |
|
Get a progress message. |
Import detail#
from ansys.stk.core.stkobjects import ProgressBarEventArguments
Property detail#
- property ProgressBarEventArguments.canceled: bool#
Return whether the lengthy operation has been canceled.
- property ProgressBarEventArguments.can_cancel: bool#
Return whether the lengthy operation can be canceled.