isStarted Property

Summary

Gets whether the action is in the run mode.

Syntax
TypeScript
JavaScript
Object.defineProperty(ActionCommand.prototype, 'isStarted', 
	get: function(), 
	set: function(value) 
) 
isStarted: boolean; 

Property Value

true if the action has started, false otherwise.

Remarks

Calling the Start method will set this property to true.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.