|
LogicalThreadOperationIsRunning Property
|
Gets a value to indicate whether the operation is currently executing actions.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.292-beta+ff8619a567cbba310ce07bc35aa2d66c4852a948
Syntaxpublic bool IsRunning { get; }Public ReadOnly Property IsRunning As Boolean
Get
public:
property bool IsRunning {
bool get ();
}member IsRunning : bool with get
function get_IsRunning();
View SourceProperty Value
Boolean
See Also