Interface IRunnableRelation
Namespace: Xareus.Relations.Extra
Assembly: Xareus.Relations.Extra.dll
Syntax
public interface IRunnableRelation
Methods
IsRunnable()
Determines whether the relation is runnable.
Declaration
bool IsRunnable()
Returns
Type | Description |
---|---|
bool |
|
IsRunning()
Determines whether the relation is currently running.
Declaration
bool IsRunning()
Returns
Type | Description |
---|---|
bool |
|
Run(Action)
Runs the relation.
Declaration
void Run(Action resultCallback)
Parameters
Type | Name | Description |
---|---|---|
Action | resultCallback | Returns on completion. |
Stop()
Stops a running relation. Does nothing if it is not running.
Declaration
void Stop()