WebFormStatusDto

Web form status.

  • NOT_YET_OPENED - the web form was not yet opened by the end user
  • IN_PROGRESS - the web form has already been opened by the end user and is currently in progress
  • COMPLETED - the web form has been successfully completed (final status)
  • COMPLETED_WITH_ERROR - the web form has been completed with an error (final status)
  • EXPIRED - the web form has expired (final status)
  • ABORTED - the web form has been cancelled by the end user (final status)
Values: NOT_YET_OPENED,IN_PROGRESS,COMPLETED,COMPLETED_WITH_ERROR,EXPIRED,ABORTED

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.