Search Results for

    Show / Hide Table of Contents

    Class ProgressStateExtensions

    Extension methods for ProgressState.

    Inheritance
    Object
    ProgressStateExtensions
    Namespace: actionETL
    Assembly: actionETL.dll
    Syntax
    public static class ProgressStateExtensions

    Methods

    Name(ProgressState)

    Returns the name of the ProgressState, including for negative ordinals (which the .NET enum ToString() method does not handle).

    Declaration
    public static string Name(this ProgressState progressState)
    Parameters
    Type Name Description
    ProgressState progressState

    The ProgressState.

    Returns
    Type Description
    String
    In This Article
    Back to top Copyright © 2023 Envobi Ltd