Table of Contents

Class OnGameStoppedEventArgs

Namespace
Playnite.SDK.Events
Assembly
Playnite.SDK.dll

Represents arguments for the event when a game stops running.

public class OnGameStoppedEventArgs
Inheritance
OnGameStoppedEventArgs
Inherited Members

Properties

ElapsedSeconds

Gets or sets length of the game session in seconds.

public ulong ElapsedSeconds { get; }

Property Value

ulong

Game

Gets or sets game object initiating the event.

public Game Game { get; }

Property Value

Game

ManuallyStopped

Gets value indicated whether game tracking was manually stopped by a user.

public bool ManuallyStopped { get; }

Property Value

bool