Interface IPausable
Interface for objects that can be paused.
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public interface IPausable
Properties
State
Gets or sets the state.
Declaration
ExecutionState State { get; set; }
Property Value
Type | Description |
---|---|
ExecutionState | The state. |
Methods
Initialize()
Initializes the object.
Declaration
void Initialize()
Pause()
Pauses the object.
Declaration
void Pause()
Resume()
Pauses the object.
Declaration
void Resume()