run Method
Run this instance of a Tool. Subclasses should override to perform some action.
run(): Promise<boolean>
@returns true
if the tool executed successfully.
Returns - Promise
true
if the tool executed successfully.
Defined in
- core/frontend/src/tools/IdleTool.ts Line 128
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.