TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Interface IAwaitable

    Represents an awaitable process.

    Namespace: TriLibExporter
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface IAwaitable

    Properties

    Completed

    Indicates whether this Awaitable is completed.

    Declaration
    bool Completed { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX