Table of Contents

Enum ValueTaskDelayResult

Namespace
LfrlAnvil.Chrono.Async
Assembly
LfrlAnvil.Chrono.dll

Represents possible values returned by ValueTaskDelaySource tasks.

public enum ValueTaskDelayResult : byte

Fields

Cancelled = 2

Specifies that the delay task has been cancelled.

Completed = 1

Specifies that the delay task has completed successfully.

Disposed = 0

Specifies that the delay task's owner has been disposed.