UserInput
master
Added in DataDownload the option to download the croprecordings, using the itemcode of the croprecording list.
@@ -117,0 +129,4 @@
var cropRecPath = Path.Combine(downloadFolder, $"croprecordings_{crprecItem}.json");
_logger.LogInformation($"Found {cropRec.Count} crop recordings");
var count = 0;
TimeSpan.FromSeconds(0.5);
Dit doet niks. Als je 500ms wilt wachten doe je het volgende 'await Task.Delay(500);'
No dependencies set.
The note is not visible to the blocked user.
Added in DataDownload the option to download the croprecordings, using the itemcode of the croprecording list.
@@ -117,0 +129,4 @@var cropRecPath = Path.Combine(downloadFolder, $"croprecordings_{crprecItem}.json");_logger.LogInformation($"Found {cropRec.Count} crop recordings");var count = 0;TimeSpan.FromSeconds(0.5);Dit doet niks.
Als je 500ms wilt wachten doe je het volgende 'await Task.Delay(500);'