Interface IInterlock
Represents a interface for an interlock.
public interface IInterlock : ILisrtModule, INotifyPropertyChanged
- Inherited Members
Properties
IsClosed
Gets a value indicating whether the interlock is closed.
bool IsClosed { get; }
Property Value
IsLocked
Gets a value indicating whether the interlock is locked.
bool IsLocked { get; }
Property Value
Methods
Lock()
Locks the interlock.
void Lock()
Unlock()
Unlocks the interlock.
void Unlock()