Leadtools.Annotations.Core.AnnDesignerOperationStatus = function() { }; Leadtools.Annotations.Core.AnnDesignerOperationStatus.prototype = {
idle = 0, start = 1, working = 2, end = 3, canceled = 4, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | idle | The designer is idle. |
1 | start | The designer operation has started. |
2 | working | The designer operation is currently working. |
3 | end | The designer operation has ended successfully. |
4 | canceled | The designer operation has been canceled. |