For the complete documentation index, see llms.txt. This page is also available as Markdown.

Operation

Selection between an unlock and lock event.

Implementation

public enum Operation

Fields

Name

intValue

Description

Unlock

0

Used for generating an unlock event

Lock

1

Used for generating a lock event

Last updated