# ESCScheduledEvent **Extends:** [Object](../Object) ## Description An event that is scheduled to run later ## Property Descriptions ### event ```gdscript var event: ESCEvent ``` Event to run when timeout is reached ### timeout ```gdscript var timeout: float ``` The number of seconds until the event is run ## Method Descriptions ### \_init ```gdscript func _init(p_event: ESCEvent, p_timeout: float) ``` Create a new scheduled event ### run ```gdscript func run() -> int ``` Run the event **Returns** The execution code