NovaECS - v1.0.11
    Preparing search index...

    Interface ExecutionSessionResult

    Complete execution session result 完整执行会话结果

    interface ExecutionSessionResult {
        metrics: ExecutionMetrics;
        skippedSystems: SystemHandle[];
        success: boolean;
        totalTime: number;
        waves: WaveExecutionResult[];
    }
    Index

    Properties

    Performance metrics 性能指标

    skippedSystems: SystemHandle[]

    Systems that were not executed due to dependencies 由于依赖未执行的系统

    success: boolean

    Whether entire session succeeded 整个会话是否成功

    totalTime: number

    Total execution time 总执行时间

    All wave results 所有波次结果