Search Results for

    Show / Hide Table of Contents

    Enum ProcessStatus

    Defines the possible status values for event processes.

    Namespace: OEMS.Core.Domain.Enums
    Assembly: OEMS.Core.dll
    Syntax
    public enum ProcessStatus

    Fields

    Name Description
    Cancelled

    The process has been cancelled and will not continue.

    Completed

    The process has been completed successfully.

    InProgress

    The process is currently in progress.

    NotStarted

    The process has not yet started.

    In this article
    Back to top Generated by DocFX