AIKernel.NET
version: 0.0.4 / status: Refactor / edition: Draft / published: 2026-05-16 / updated: 2026-06-04

英語版は IScheduledExecutionResult.md を参照。

IScheduledExecutionResult

1. 責務の境界 (Responsibility Boundary)

スケジュールジョブが返す実行結果抽象を定義します。Kernel / Pipeline の実行結果 DTO と衝突しないよう、Scheduling 境界に限定した名前にしています。

  • UC-19, UC-29
  • 01.EXECUTION_PIPELINE_SPEC

4. 決定論と Fail-Closed に関する注意

  • 同一入力に対して決定論的な挙動を保持すること。
  • 判定不能・不正状態は必ず Fail-Closed で扱うこと。

5. 正典ソース (Source of Truth)

  • シグネチャの正本は src/AIKernel.Abstractions(または隣接する正典契約プロジェクト)です。

変更履歴

  • v0.0.0 / v0.0.0.0: 初期ドラフト
  • v0.0.1 (2026-05-06): ソース整合最終化タスクボードに基づき追加
  • v0.0.4 (2026-06-04): Scheduling 境界を明示するため IExecutionResult から IScheduledExecutionResult へ改名。

This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/scheduling/IScheduledExecutionResult-jp.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/scheduling/IScheduledExecutionResult-jp.md