Interface IRunnable
An object that can be invoked synchronously via a run method.
public interface IRunnable
Methods
Run()
Run this object
bool Run()
Returns
- bool
returns success or failure
An object that can be invoked synchronously via a run method.
public interface IRunnable
Run this object
bool Run()
returns success or failure