forked from liza/Questionable
Log information about tasks after interruption
This commit is contained in:
parent
e54732e798
commit
2aa14db916
@ -33,6 +33,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 1192,
|
"TerritoryId": 1192,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Living Memory - Leynode Mnemo",
|
||||||
"$": "Leynode Mnemo to Meso Terminal waypoint",
|
"$": "Leynode Mnemo to Meso Terminal waypoint",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
|
@ -167,5 +167,9 @@ internal abstract class MiniTaskController<T>
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
_taskQueue.InterruptWith([new WaitAtEnd.WaitDelay()]);
|
_taskQueue.InterruptWith([new WaitAtEnd.WaitDelay()]);
|
||||||
|
|
||||||
|
_logger.LogInformation("Remaining tasks after interruption:");
|
||||||
|
foreach (ITask task in _taskQueue.RemainingTasks)
|
||||||
|
_logger.LogInformation("- {TaskName}", task);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user