Skip to content

BPA Interval Action Type

BPAIntervalActionType Public enum

Description

Enumerates the actions that can trigger a interval watcher.

Diagram

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

Details

Summary

Enumerates the actions that can trigger a interval watcher.

Fields

bpaActionStartup

Summary

The watcher has started.

bpaActionElapsed

Summary

The interval has elapsed.

Generated with ModularDoc