Skip to content

StartFunctionResult

implementation of the StartFunctionResult

StartFunctionResult

Canonical path: ScriptObjectInteractors.StartFunctionResult.StartFunctionResult

Bases: IntEnum

enumeration for the start_function result

CANCEL_INPUT class-attribute instance-attribute

CANCEL_INPUT = 1

cancel the input

CONTINUE_INPUT class-attribute instance-attribute

CONTINUE_INPUT = 2

continue the input

NOT_IMPLEMENTED class-attribute instance-attribute

NOT_IMPLEMENTED = 0

not implemented

PRE_SELECTED_ELEMENTS class-attribute instance-attribute

PRE_SELECTED_ELEMENTS = 3

direct use of the pre-selected elements

__reload__

__reload__(_mod: ModuleType) -> Any

don't reload this module to avoid problems with the enum check

Parameters:

  • _mod (ModuleType) –

    module

Returns:

  • Any

    current module

Placeholder