mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-19 01:15:51 +00:00
12 lines
156 B
C#
12 lines
156 B
C#
namespace AppleBatch_June.ExecuteTasks
|
|
{
|
|
public interface ITaskRunState
|
|
{
|
|
bool TaskIsRun { get; set; }
|
|
|
|
bool isRun { get; set; }
|
|
|
|
void Stop();
|
|
}
|
|
}
|