Harness proD API Help
EPLAN.Harness.API.Plugins.Core Namespace / IHpDPluginTaskInfo Interface / IsResolvable Property
In This Topic
    IsResolvable Property (IHpDPluginTaskInfo)
    In This Topic
    Is this task resolvable?
    Syntax
    bool IsResolvable {get;}
    Remarks

    Only if the task is resolvable, the green "play" button for resolving appears in the task list.

    Only if the task is resolvable, the 'Resolve' method can be triggered.

    Use an non-resolvable task for a warning or to provide some kind of information to the user.

    See Also