Method TickInternal
TickInternal(CancellationToken)
Forces the Tick method to return a status of Success regardless of the child node's execution status.
Declaration
protected override Task<NodeStatus> TickInternal(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<NodeStatus> | Returns NodeStatus.Success every time it is called. |