 | VishnuViewModelBaseJobInProgress property |
Indicates that a ui-triggered background progress is actually running.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string? JobInProgress { get; set; }
Public Property JobInProgress As String
Get
Set
public:
property String^ JobInProgress {
String^ get ();
void set (String^ value);
}
member JobInProgress : string with get, set
Property value
String
See also