Table of Contents

Class PackageSessionResult

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

Result returned when loading a session using PackageSession.Load(string,PackageSessionResult,System.Nullable<System.Threading.CancellationToken>,bool)

public sealed class PackageSessionResult : LoggerResult, ILogger, IProgressStatus
Inheritance
PackageSessionResult
Implements
Inherited Members
Extension Methods

Properties

OperationCancelled

Gets or sets whether the operation has been cancelled by user.

public bool OperationCancelled { get; set; }

Property Value

bool

Session

Gets or sets the loaded session.

public PackageSession Session { get; }

Property Value

PackageSession

The session.

Methods

Clear()

Clears all messages.

public override void Clear()