Document metadata

Application name

CSK_Module_LicenseManager

Version

1.0.0

Date

2024-08-14

Author

SICK AG

Crowns

CSK_Module_LicenseManager

Short description

Module to provide SICK LicenseManager functionality.
Only usable via UI.

Functions

CSK_Module_LicenseManager.pageCalled()
Short description

Function to register "OnResume" of the module UI (only as helper function).

Return values
Name Type Multiplicity Description

empty

STRING

1

Empty string (only needed to simplify binding).

Sample (auto-generated)
empty = CSK_Module_LicenseManager.pageCalled()

Events

CSK_Module_LicenseManager.OnNewStatusCSKStyle
Short description

Notify UI style to use for CSK modules.

Callback arguments
Name Type Multiplicity Description

theme

STRING

1

UI style

Sample (auto-generated)
function handleOnNewStatusCSKStyle(theme)
  -- Do something
end

Script.register("CSK_Module_LicenseManager.OnNewStatusCSKStyle", "handleOnNewStatusCSKStyle")