Enumeration

HaslMechanismResult

since: 0.1

Declaration

enum Hasl.MechanismResult

Description [src]

The result states for hasl_mechanism_step().

Available since: 0.1

Members

HASL_MECHANISM_RESULT_SUCCESS

The mechanism completed successfully.

  • Value: 0
  • Available since: 0.1
HASL_MECHANISM_RESULT_CONTINUE

The mechanism has additional steps to perform.

  • Value: 1
  • Available since: 0.1
HASL_MECHANISM_RESULT_ERROR

The mechanism encountered an error.

  • Value: 2
  • Available since: 0.1