ElevatorOperator.DoorTimer.stop
You're seeing just the function
stop
, go back to ElevatorOperator.DoorTimer module for more information.
Link to this function
stop(e)
Stops the door timer if it is active. Calls ElevatorOperator.timer_update/1
to update the timer reference to nil
.
Parameters
- e: Struct containing the current state of the elevator :: %ElevatorOperator{}