Table of Contents

Class GlobalProgressOptions

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Represents option for global progress dialog.

public class GlobalProgressOptions
Inheritance
GlobalProgressOptions
Inherited Members

Constructors

GlobalProgressOptions(string)

Creates new instance of GlobalProgressOptions.

public GlobalProgressOptions(string text)

Parameters

text string

GlobalProgressOptions(string, bool)

Creates new instance of GlobalProgressOptions.

public GlobalProgressOptions(string text, bool cancelable)

Parameters

text string
cancelable bool

Properties

Cancelable

Gets or sets value indicating whether the progress can be canceled.

public bool Cancelable { get; set; }

Property Value

bool

IsIndeterminate

Gets or sets value indicating whether the progress is indeterminated.

public bool IsIndeterminate { get; set; }

Property Value

bool

Text

Gets or sets progress text.

public string Text { get; set; }

Property Value

string