Table of Contents

Class SessionToken

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

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

public class SessionToken
Inheritance
SessionToken
Inherited Members

Properties

Result

The result of the session. Typically set by the runnable in IRunnable.IsRunningChanged

Runnable

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