Skip to content

Pause() never resumes #8

@slimshader

Description

@slimshader

I have a simple Step() like this (UTask override):

public override status Step() => Idle() && Pause(2) && NavigateToTarget();

where Idle() and NavigateToTarget() are custom actions. Problems is Pause() is running indefinately and not only for the duration.

btw, "duration" is in seconds?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions