Standard interface for a object that has a suspendable operation
| C# |
public interface ISuspendable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Resume()()() |
Resumes the object
| |
| Suspend()()() |
Suspends the object
| |
| Suspended |
True if the object is suspended
|