Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / IEplActionChecked Interface / Checked Method
The name of this action
The calling context

In This Topic
    Checked Method (IEplActionChecked)
    In This Topic
    The status of an action can be "on", "off" or "indeterminate".
    The values are:
    • 0 for "off"
    • 1 for "on"
    • 2 for "indeterminate"
    Syntax

    Parameters

    Parameter NameDescription
    strActionNameThe name of this action
    actionContextThe calling context

    Return Value

    Possible return values are:
    • 0: The action has the status unchecked ("off")
    • 1: The action has the status checked ("on")
    • 2: The action has the status mixed ("indeterminate")
    Remarks
    Please consider: This function is called often and should work fast.
    See Also