AnnDesignerOperationStatus Enumeration

Summary

Indicates the status of the current AnnDesigner object.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnDesignerOperationStatus = { 
	Idle: 0, 
	Start: 1, 
	Working: 2, 
	End: 3, 
	Canceled: 4 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly