UserInput #12
No reviewers
Labels
No Label
Improvements
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: FarmMaps/FarmMapsApiClient#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "UserInput"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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);'