Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginTask Interface / IsActive Method
Studio API instance.
The designer document.
In This Topic
    IsActive Method (IHpDPluginTask)
    In This Topic
    Is the task still active? Return True for showing this task in the task view.
    Syntax

    Parameters

    api
    Studio API instance.
    designer
    The designer document.

    Return Value

    True if the condition to show this task is met, otherwise False.
    Remarks

    This method should contains only the condition for showing this task in the task view of the designer.

    This method should not change any data. All changes should be done in the Resolve method.

    See Also