Search Results for

    Show / Hide Table of Contents

    Interface IPausable

    Interface for objects that can be paused.

    Namespace: Evergine.Common.Helpers
    Assembly: Evergine.Common.dll
    Syntax
    public interface IPausable

    Properties

    State

    Gets or sets the state.

    Declaration
    ExecutionState State { get; set; }
    Property Value
    Type Description
    ExecutionState

    The state.

    Methods

    Initialize()

    Initializes the object.

    Declaration
    void Initialize()

    Pause()

    Pauses the object.

    Declaration
    void Pause()

    Resume()

    Pauses the object.

    Declaration
    void Resume()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX