Search Results for

    Show / Hide Table of Contents

    Enum DispatcherOperationStatus

    An enumeration describing the status of a DispatcherOperation.

    Namespace: nanoFramework.UI.Threading
    Assembly: nanoFramework.Graphics.dll
    Syntax
    public enum DispatcherOperationStatus

    Fields

    Name Description
    Aborted

    The operation has been aborted.

    Completed

    The operation has been completed.

    Executing

    The operation has started executing, but has not completed yet.

    Pending

    The operation is still pending.

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX