spinetoolbox.project_items.exporter.settings_state

Provides the SettingsState enum.

author:
  1. Soininen (VTT)
date:

20.12.2019

Module Contents

class spinetoolbox.project_items.exporter.settings_state.SettingsState[source]

Bases: enum.Enum

State of export settings.

OK[source]

Settings OK.

FETCHING[source]

Settings are still being fetched/constructed.

INDEXING_PROBLEM[source]

There is a parameter value indexing issue.

ERROR[source]

An error prevents the creation of export settings.