Praeclarum.App.TextDocument.CloseAsync C# (CSharp) Method

CloseAsync() public method

public CloseAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
		public async Task CloseAsync ()
		{
			if (!isOpen)
				return;
			isOpen = false;
		}