Tanatloc documentation
    Preparing search index...

    Interface UpdateTasksHelper

    Update tasks helper

    interface UpdateTasksHelper {
        currentTask?: ISimulationTask;
        tasks?: ISimulationTask[];
        updateTasks: () => void;
    }
    Index

    Properties

    currentTask?: ISimulationTask
    tasks?: ISimulationTask[]
    updateTasks: () => void