Mono.Terminal.Application.RunLoop C# (CSharp) Method

RunLoop() public static method

Runs the main loop for the created dialog
Calling this method will block until the dialog has completed execution.
public static RunLoop ( RunState state ) : void
state RunState
return void
        public static void RunLoop(RunState state)
        {
            RunLoop (state, true);
        }

Same methods

Application::RunLoop ( RunState state, bool wait ) : void