Search Results for

    Show / Hide Table of Contents

    Enum WorkerParentState

    Describes the execution state of a WorkerParent, i.e. a worker or a WorkerSystem. See Worker Life-cycle for details.

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

    Fields

    Name Description
    Canceled

    1 - The WorkerParent was canceled.

    Created

    -2 - The WorkerParent is created.

    Error

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

    Fatal

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

    Running

    -1 - The WorkerParent is running.

    Succeeded

    0 - The WorkerParent has succeeded.

    See Also
    Name(WorkerParentState)

    Extension Methods

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