isStarted Property

Summary

Gets whether the action is in the run mode.

Syntax

JavaScript Syntax
Object.defineProperty(ActionCommand.prototype, 'isStarted', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly