2a8bbf76bf
Also put settings into proper dir
8 lines
133 B
C#
8 lines
133 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace MayShow.Interfaces;
|
|
|
|
interface ICanCheckShutdown
|
|
{
|
|
Task<bool> CheckIsSafeToShutdown();
|
|
} |