|
busyIndicatorCallBackState_e Enumeration
|
State of the callback.
Namespace:
CADSharpTools.Core
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic enum busyIndicatorCallBackState_e
Public Enumeration busyIndicatorCallBackState_e
Members
| Member name | Value | Description |
---|
| Running | 0 |
Running.
|
| Finished | 1 |
Finished.
|
| Canceled | 2 |
Canceled.
|
See Also