Method TickInternal
TickInternal(CancellationToken)
This abstract method defines the main logic of the node and must be implemented in child classes.
Declaration
protected override Task<NodeStatus> TickInternal(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<NodeStatus> | Returns the status of the node after execution. |