run Method

Summary

Runs or enacts an Automation Interactive Action. The method extends the InteractiveAction class and the ActionCommands class, respectively.

Syntax

TypeScript
JavaScript
AutomationInteractiveAction.prototype.run = function( 
   item  
) 
   run(item: any): void; 

Parameters

item

An optional any value, that can be defined when extending the Automation Interactive Action class.

Remarks

By extending the Automation Interactive Action class, the given parameter passes custom user-specific arguments. Most LEADTOOLS actions will pass a null value as the parameter.

Requirements

Target Platforms

See Also

AutomationInteractiveAction

AutomationInteractiveAction Members

Leadtools.Controls.Medical Namespace

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

Leadtools.Controls.Medical Assembly

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