ElevatorOperator.get_data
You're seeing just the function
get_data
, go back to ElevatorOperator module for more information.
Link to this function
get_data()
Returns the current state of the elevator.
Return
- Current state of the elevator, tuple of form {floor, direction, state, orders} :: {integer(), atom(), atom(), %MapSet}