Skip to content

BPA Interval

BPAInterval Public interface

Description

Describes methods and properties available on the static instance object BPA.Interval.

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExBPAInterval[[IExBPAInterval]]
class VGWWCoreIEx.IExBPAInterval interfaceStyle;
end

Members

Properties

Public properties

TypeNameMethods
BPAIntervalActionTypeActionType
Gets the type of action which triggered the watcher.
get

Details

Summary

Describes methods and properties available on the static instance object BPA.Interval.

Properties

ActionType

public BPAIntervalActionType ActionType { get; }
Summary

Gets the type of action which triggered the watcher.

Remarks

This value is also stored in MFGS.Variables using the name BPA_ActionType.

Generated with ModularDoc