Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration meProcess

Index

Enumeration members

Functions

Enumeration members

none

none: = -1

Functions

Const parse

  • parse(value: string | number, anyCase?: boolean): eProcessType
  • Parses a value to enum of eProcess

    Parameters

    • value: string | number

      The string or number to convert into enum

    • Default value anyCase: boolean = true

      If true will match an enum value of any case; Otherwise, case must match.

    Returns eProcessType

    The value converted into eProcess

Generated using TypeDoc