 | LogicalTaskTreeViewModelIsInSleepTime property |
Returns true if a rest period defined by the user is currently in progress.
for Vishnu actors (checkers) is running.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsInSleepTime { get; set; }
Public Property IsInSleepTime As Boolean
Get
Set
public:
property bool IsInSleepTime {
bool get ();
void set (bool value);
}
member IsInSleepTime : bool with get, set
Return value
BooleanTrue if a rest period defined by the user is currently
for Vishnu actors (checkers) is running.
See also