net6.0 Ready to test
This commit is contained in:
20
EDA Viewer/Models/Methods/IBackground.cs
Normal file
20
EDA Viewer/Models/Methods/IBackground.cs
Normal file
@ -0,0 +1,20 @@
|
||||
namespace EDAViewer.Models.Methods;
|
||||
|
||||
public interface IBackground
|
||||
{
|
||||
|
||||
void Catch(Exception exception);
|
||||
void ClearIsPrimaryInstance();
|
||||
void ClearMessage();
|
||||
void Dispose();
|
||||
bool IsPrimaryInstance();
|
||||
void SetIsPrimaryInstance();
|
||||
void Stop(bool immediate);
|
||||
void Update(int milliSeconds);
|
||||
|
||||
string GetCountDirectory(string verb);
|
||||
|
||||
void EDAOutputArchiveCallback();
|
||||
void EdaDataCollectionPlansCallback();
|
||||
void LogPathCleanUpByWeekCallback();
|
||||
}
|
Reference in New Issue
Block a user