ICommand#

interface Itala.GenApi.ICommand : Itala.GenApi.IValue#

Interface for command nodes managed by GenApi.

Subclassed by Itala.GenApi.NodeCommand

Public Functions

void Execute ()#

Execute the action associated with the command node.

Properties

bool IsDone { get; set; }#

Get if the execution of the node is completed or not.