Interface IMainThreadCommand
Interface for commands to execute on the main thread.
Namespace: InsaneScatterbrain.Threading
Syntax
public interface IMainThreadCommand
Properties
Done
Returns whether the command is done executing or not.
Declaration
bool Done { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Execute()
Executes the command.
Declaration
void Execute()
WaitForCompletion()
Declaration
void WaitForCompletion()