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

In This Topic
    Checked Method
    In This Topic
    One action can have the state on off or mixed. Return 0 for off, 1 for on, and 2 for mixed.
    Syntax

    Parameters

    strActionName
    The name of this action
    actionContext
    The calling context.

    Return Value

    0: The return action has the state unchecked. 1: The return action has the state checked. 2: The return action has the state mixed.
    Remarks
    This function is called often and should work fast.
    See Also