Class ProgressStateExtensions
Extension methods for ProgressState.
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 |
Returns
| Type | Description |
|---|---|
| String |