Interface IExecutionServerLoggingStatusViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IExecutionServerLoggingStatusViewModel : INotifyPropertyChanged
Properties
CommunicationFailureMessage
Declaration
string CommunicationFailureMessage { get; set; }
Property Value
System.String
|
IsBusy
Declaration
bool IsBusy { get; set; }
Property Value
System.Boolean
|
LogEnabled
Declaration
bool LogEnabled { get; set; }
Property Value
System.Boolean
|