You are here

executeAsynchronously

executeAsynchronously(node) executes the action against the specified node asynchronously.

The action (and its parameters) can be reused against many nodes by repeatedly invoking execute. Between invocations, the parameters of the action can be changed.

When called, this method returns immediately, with the action executing in a separate thread.

Parameters

node
The node on which to execute the action.