Show / Hide Table of Contents

    Enum EventState

    Enumerates all the possible event states.

    Namespace: Fibula.Scheduling.Contracts.Enumerations
    Assembly: Fibula.Scheduling.Contracts.dll
    Syntax
    public enum EventState

    Fields

    Name Description
    Cancelled

    The event was cancelled.

    Completed

    The event was processed to completion.

    Created

    The event has not been scheduled yet.

    Scheduled

    The event has been scheduled and is waiting to be executed.

    Extension Methods

    ObjectExtensions.YieldSingleItem<EventState>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<EventState>(String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.