Class AnalysisConsoleScanUpdateState
Inheritance
System.Object
AnalysisConsoleScanUpdateState
Assembly: Content.Shared.dll
Syntax
public sealed class AnalysisConsoleScanUpdateState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
AnalysisConsoleScanUpdateState(Nullable<NetEntity>, Boolean, Boolean, Boolean, Boolean, FormattedMessage, Boolean, TimeSpan, TimeSpan, Int32)
Declaration
public AnalysisConsoleScanUpdateState(NetEntity? artifact, bool analyzerConnected, bool serverConnected, bool canScan, bool canPrint, FormattedMessage scanReport, bool scanning, TimeSpan timeRemaining, TimeSpan totalTime, int pointAmount)
Parameters
Type |
Name |
Description |
System.Nullable<NetEntity> |
artifact |
|
System.Boolean |
analyzerConnected |
|
System.Boolean |
serverConnected |
|
System.Boolean |
canScan |
|
System.Boolean |
canPrint |
|
Robust.Shared.Utility.FormattedMessage |
scanReport |
|
System.Boolean |
scanning |
|
TimeSpan |
timeRemaining |
|
TimeSpan |
totalTime |
|
System.Int32 |
pointAmount |
|
Fields
|
Improve this Doc
View Source
AnalyzerConnected
Declaration
public bool AnalyzerConnected
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Artifact
Declaration
public NetEntity? Artifact
Field Value
Type |
Description |
System.Nullable<NetEntity> |
|
|
Improve this Doc
View Source
CanPrint
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanScan
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PointAmount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Scanning
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ScanReport
Declaration
public FormattedMessage ScanReport
Field Value
Type |
Description |
Robust.Shared.Utility.FormattedMessage |
|
|
Improve this Doc
View Source
ServerConnected
Declaration
public bool ServerConnected
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TimeRemaining
Declaration
public TimeSpan TimeRemaining
Field Value
Type |
Description |
TimeSpan |
|
|
Improve this Doc
View Source
TotalTime
Declaration
public TimeSpan TotalTime
Field Value
Type |
Description |
TimeSpan |
|