Mercurial > pub > ImplabNet
diff Implab/Components/IRunnable.cs @ 256:c52691faaf21 v3
Removed obsolete App, ComponentContainer
Extracted IAsyncComponent interface
Working on RunnableComponent
author | cin |
---|---|
date | Wed, 11 Apr 2018 03:05:14 +0300 |
parents | 7c7e9ad6fe4a |
children | f1696cdc3d7a |
line wrap: on
line diff
--- a/Implab/Components/IRunnable.cs Wed Apr 04 15:38:48 2018 +0300 +++ b/Implab/Components/IRunnable.cs Wed Apr 11 03:05:14 2018 +0300 @@ -34,14 +34,7 @@ void Stop(CancellationToken ct); /// <summary> - /// The result of the last started operation. This property reflects - /// only the result of the last started operation and therefore should - /// change only if a new operation is initiated. - /// </summary> - Task Completion { get; } - - /// <summary> - /// Current state of the componenet + /// Current state of the componenet, dynamically reflects the current state. /// </summary> ExecutionState State { get; }