Method Tick
Tick(CancellationToken)
Executes the behavior of the node and updates its status. Never throws.
Declaration
public Task<NodeStatus> Tick(CancellationToken cancellationToken)Parameters
| Type | Name | Description | 
|---|---|---|
| CancellationToken | cancellationToken | 
Returns
| Type | Description | 
|---|---|
| Task<NodeStatus> | Returns the status of the node after execution. | 
