Show / Hide Table of Contents

    Interface IAsyncControl

    Namespace: GoogleSheetFetcher.Editor.AsyncControls
    Assembly: GoogleSheetFetcher.Editor.dll
    Syntax
    public interface IAsyncControl

    Properties

    | Improve this Doc View Source

    Exception

    The exception when the processing failure.

    Declaration
    Exception Exception { get; }
    Property Value
    Type Description
    Exception
    | Improve this Doc View Source

    IsDone

    Whether or not the process completed.

    Declaration
    bool IsDone { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Status

    The state of asynchronous processing.

    Declaration
    AsyncControlStatus Status { get; }
    Property Value
    Type Description
    AsyncControlStatus
    | Improve this Doc View Source

    Task

    Task

    Declaration
    Task Task { get; }
    Property Value
    Type Description
    Task

    Methods

    | Improve this Doc View Source

    Cancel()

    Cancel processing.

    Declaration
    void Cancel()
    | Improve this Doc View Source

    GetProgress()

    Get the progress of the process.

    Declaration
    float GetProgress()
    Returns
    Type Description
    Single
    | Improve this Doc View Source

    Start()

    Start processing.

    Declaration
    void Start()

    Events

    | Improve this Doc View Source

    Completed

    The event that is called at the end of the process.

    Declaration
    event Action Completed
    Event Type
    Type Description
    Action
    • Improve this Doc
    • View Source
    Back to top Google Sheet Fetcher Documentation