Search Results for

    Show / Hide Table of Contents

    Enum ProgressState

    Describes an execution state, e.g. of a callback function of a worker.

    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public enum ProgressState

    Fields

    Name Description
    Canceled

    1 - The process was canceled.

    Error

    2 - The process errored, which is potentially recoverable depending on settings.

    Fatal

    3 - The process errored fatally, which is not recoverable.

    NotCompleted

    -1 - The process is not completed.

    Succeeded

    0 - The process has succeeded.

    See Also
    Name(ProgressState)

    Extension Methods

    ProgressStateExtensions.Name()
    In This Article
    Back to top Copyright © 2023 Envobi Ltd