Class GlobalProgressResult
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
Represents result of global progress dialog.
public class GlobalProgressResult
- Inheritance
-
GlobalProgressResult
- Inherited Members
Constructors
GlobalProgressResult(bool, Exception?)
Creates new instance of GlobalProgressResult.
public GlobalProgressResult(bool canceled, Exception? error)
Parameters
Properties
Canceled
Gets value indicating whether the action was canceled by user.
public bool Canceled { get; }
Property Value
Error
Gets failure exception record.
public Exception? Error { get; }