Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginOccTask Interface / IsActive Method
Studio API instance.
An occurrence from the designer.
Task message for the specific occurrence. If not filled, the EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo.Message is used.
In This Topic
    IsActive Method (IHpDPluginOccTask)
    In This Topic
    Is the task still active for occurrence? Return True for showing this task in the task view.
    Syntax

    Parameters

    api
    Studio API instance.
    occurrence
    An occurrence from the designer.
    message
    Task message for the specific occurrence. If not filled, the EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo.Message is used.

    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