Interface IInstallerStatusReport
Install process status report.
Inherited Members
Namespace: StockSharp.Installer
Assembly: StockSharp.Installer.dll
Syntax
public interface IInstallerStatusReport : ILogReceiver, ILogSource, IDisposable
Methods
SetStatus(String, Boolean, Exception)
Set current status.
Declaration
void SetStatus(string status = null, bool autoReset = true, Exception error = null)
Parameters
Type | Name | Description |
---|---|---|
String | status | |
Boolean | autoReset | |
Exception | error |