onOperatorLogin (event)
Description
Event called an operator logs in.

Parameters
operatorID number
operatorName string
computerName string

Example
-- create event handler for onOperatorLogin
function onOperatorLogin(operatorID, operatorName, computerName)
    ui.showNotification("Welcome to Stock Tracker, " .. operatorName)
end

Comments

See also
onOperatorLogout

Back
Generated on the 26 June 2024 at 22:01:30 (UK Time)