Skip to content

Commit 090ae06

Browse files
add StopJob method to IFileJob
1 parent 0dbcd2a commit 090ae06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FileSyncLibNet/Commons/IFileJob.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace FileSyncLibNet.Commons
88
{
99
public interface IFileJob
1010
{
11+
void StopJob();
1112
void StartJob();
1213
void ExecuteNow();
1314
Task ExecuteNowASync();

0 commit comments

Comments
 (0)