IExecutionJournal Type
Journal that tracks tool executions for revert/audit support. Framework provides the flow; consumers extend with persistence if needed.
Instance members
| Instance member |
Description
|
|
Get all recorded executions (most recent first)
|
|
Get executions that can be reverted (not yet reverted, tool supports revert)
|
Full Usage:
this.MarkRevertedAsync
Parameters:
ExecutionRecord
Returns: Task
Modifiers: abstract |
|
|
Nao