Header menu logo F# Compiler Guide

IEventLoop Type

An event loop used by the currently executing F# Interactive session to execute code
 in the context of a GUI or another event-based system.

Instance members

Instance member Description

this.Invoke

Full Usage: this.Invoke

Parameters:
    arg0 : unit -> 'T

Returns: 'T The result of the operation.
Modifiers: abstract
Type parameters: 'T

Request that the given operation be run synchronously on the event loop.

arg0 : unit -> 'T
Returns: 'T

The result of the operation.

this.Run

Full Usage: this.Run

Returns: bool True if the event loop was restarted; false otherwise.
Modifiers: abstract

Run the event loop.

Returns: bool

True if the event loop was restarted; false otherwise.

this.ScheduleRestart

Full Usage: this.ScheduleRestart

Modifiers: abstract

Schedule a restart for the event loop.

Type something to start searching.