|
LogicalThreadHasAction Property
|
Gets a flag that indicates whether the logical
thread has any unprocessed actions left in its queue.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public bool HasAction { get; }
Public ReadOnly Property HasAction As Boolean
Get
public:
property bool HasAction {
bool get ();
}
member HasAction : bool with get
function get_HasAction();
View SourceProperty Value
BooleanSee Also