AnnDesignerOperationStatus Enumeration

Summary

Indicates the status of the current AnnDesigner object.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnDesignerOperationStatus = { 
	idle: 0, 
	start: 1, 
	working: 2, 
	end: 3, 
	canceled: 4 
} 
lt.Annotations.Engine.AnnDesignerOperationStatus = { 
	idle: 0, 
	start: 1, 
	working: 2, 
	end: 3, 
	canceled: 4 
} 

Members

0 Idle

(0)The designer is idle.

1 Start

(1)The designer operation has started.

2 Working

(2)The designer operation is currently working.

3 End

(3)The designer operation has ended successfully.

4 Canceled

(4)The designer operation has been canceled.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly