API Help
Eplan.EplApi.ApplicationFramework Namespace / BatchActionManager Class / ExecuteOnServer Method
the display name of this job
the project for this action. This is the complete link file name.
the interface name of the IEplActionBatchExtension. This is the name of the Interface, p.e. "ActionSetPropOnAllPagesBatch"
the context for the action with all of the parameters.

In This Topic
    ExecuteOnServer Method
    In This Topic
    Execute a batchable action on the server
    Syntax

    Parameters

    strNameOfJob
    the display name of this job
    strProjectLinkFileName
    the project for this action. This is the complete link file name.
    strBatchInterfaceName
    the interface name of the IEplActionBatchExtension. This is the name of the Interface, p.e. "ActionSetPropOnAllPagesBatch"
    context
    the context for the action with all of the parameters.

    Return Value

    true when executing (sending job) was successful
    See Also