isStarted Property (ActionCommand)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize