Table of Contents

Class RunnableSessionToken

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Represents a running session created by Begin(IRunnable). Wraps an IRunnable instance and is stored in RunnableSessionStack.

public class RunnableSessionToken : IDisposable
Inheritance
RunnableSessionToken
Implements
Inherited Members

Properties

Runnable

Gets or sets the runnable associated with this session. Set to null by End(RunnableSessionToken) when the session completes.

Methods

Dispose()

Releases all resource used by the RunnableSessionToken object.

Dispose(bool)

Releases all resource used by the RunnableSessionToken object.